#EFCA96

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

Shades of New Tan #EFCA96

Tints of New Tan #EFCA96

Color information

#EFCA96 (or 0xEFCA96) is unknown color: approx New Tan. HEX triplet: EF, CA and 96. RGB value is (239,202,150). Sum of RGB (Red+Green+Blue) = 239+202+150=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA96 is #103569. Grayscale: #CFCFCF. Windows color (decimal): -1062250 or 9882351. OLE color: 9882351.

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

Color convert

RGB239202150-
CMYK00.150.370.06
HSL35.06º73.55%76.27%-
HSV(B)35.06º37.24%93.73%-
XYZ62.2262.7937.7-
YUV207.1495.76150.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 150 (58.98% from 255) = 25.38%
R=40.44%
G=34.18%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920215000.150.370.0635.0673.5576.27
HexEFCA960F256234a4c
Octal35731222601745643112114
Binary1110111111001010100101100111110010111010001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA96; }

 p { color: rgb(239,202,150); }

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

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

 a { background-color: rgb(239,202,150); }

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

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

 span { border-color: rgb(239,202,150); }

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