#EFBF95

Color #EFBF95 New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #EFBF95

Tints of New Tan #EFBF95

Color information

#EFBF95 (or 0xEFBF95) is unknown color: approx New Tan. HEX triplet: EF, BF and 95. RGB value is (239,191,149). Sum of RGB (Red+Green+Blue) = 239+191+149=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF95 is #10406A. Grayscale: #C8C8C8. Windows color (decimal): -1065067 or 9813999. OLE color: 9813999.

HSL color Cylindrical-coordinate representation of color #EFBF95: hue angle of 28º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFBF95 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239191149-
CMYK00.200.380.06
HSL28º73.77%76.08%-
HSV(B)28º37.66%93.73%-
XYZ59.6557.7836.44-
YUV200.5698.9155.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 149 (58.59% from 255) = 25.73%
R=41.28%
G=32.99%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919114900.200.380.062873.7776.08
HexEFBF950142661c4a4c
Octal35727722502446634112114
Binary1110111110111111100101010101001001101101110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF95; }

 p { color: rgb(239,191,149); }

 H1.HeaderClassName
 {
   color: #EFBF95;
 }
 .AnyTagClassName
 {
   color: #EFBF95;
 }
</style>
background-color css

<style>
 a { background-color: #EFBF95; }

 a { background-color: rgb(239,191,149); }

 div.DivClassName
 {
   background-color: #EFBF95;
 }
 .BgClassName
 {
   background-color: #EFBF95;
 }
</style>
border-color css

<style>
 span { border-color: #EFBF95; }

 span { border-color: rgb(239,191,149); }

 td.TdClassName
 {
   border-color: #EFBF95;
 }
 .TagClassName
 {
   border-color: #EFBF95;
 }
</style>