#EFCA9D

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

Shades of New Tan #EFCA9D

Tints of New Tan #EFCA9D

Color information

#EFCA9D (or 0xEFCA9D) is unknown color: approx New Tan. HEX triplet: EF, CA and 9D. RGB value is (239,202,157). Sum of RGB (Red+Green+Blue) = 239+202+157=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA9D is #103562. Grayscale: #D0D0D0. Windows color (decimal): -1062243 or 10341103. OLE color: 10341103.

HSL color Cylindrical-coordinate representation of color #EFCA9D: hue angle of 32.93º 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 #EFCA9D is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239202157-
CMYK00.150.340.06
HSL32.93º71.93%77.65%-
HSV(B)32.93º34.31%93.73%-
XYZ62.863.0340.75-
YUV207.9399.26150.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 157 (61.72% from 255) = 26.25%
R=39.97%
G=33.78%
B=26.25%

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
Decimal23920215700.150.340.0632.9371.9377.65
HexEFCA9D0F22621484e
Octal35731223501742641110116
Binary1110111111001010100111010111110001011010000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA9D; }

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

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

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

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

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

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

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

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