#EFCA9E

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

Shades of New Tan #EFCA9E

Tints of New Tan #EFCA9E

Color information

#EFCA9E (or 0xEFCA9E) is unknown color: approx New Tan. HEX triplet: EF, CA and 9E. RGB value is (239,202,158). Sum of RGB (Red+Green+Blue) = 239+202+158=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA9E is #103561. Grayscale: #D0D0D0. Windows color (decimal): -1062242 or 10406639. OLE color: 10406639.

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

Color convert

RGB239202158-
CMYK00.150.340.06
HSL32.59º71.68%77.84%-
HSV(B)32.59º33.89%93.73%-
XYZ62.8963.0641.21-
YUV208.0599.76150.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 158 (62.11% from 255) = 26.38%
R=39.90%
G=33.72%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920215800.150.340.0632.5971.6877.84
HexEFCA9E0F22621484e
Octal35731223601742641110116
Binary1110111111001010100111100111110001011010000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA9E; }

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

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

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

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

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

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

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

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