#EFCA9F

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

Shades of New Tan #EFCA9F

Tints of New Tan #EFCA9F

Color information

#EFCA9F (or 0xEFCA9F) is unknown color: approx New Tan. HEX triplet: EF, CA and 9F. RGB value is (239,202,159). Sum of RGB (Red+Green+Blue) = 239+202+159=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA9F is #103560. Grayscale: #D0D0D0. Windows color (decimal): -1062241 or 10472175. OLE color: 10472175.

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

Color convert

RGB239202159-
CMYK00.150.330.06
HSL32.25º71.43%78.04%-
HSV(B)32.25º33.47%93.73%-
XYZ62.9863.0941.66-
YUV208.16100.26150-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 159 (62.5% from 255) = 26.5%
R=39.83%
G=33.67%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920215900.150.330.0632.2571.4378.04
HexEFCA9F0F21620474e
Octal35731223701741640107116
Binary1110111111001010100111110111110000111010000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA9F; }

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

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

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

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

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

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

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

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