#EFCA9A

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

Shades of New Tan #EFCA9A

Tints of New Tan #EFCA9A

Color information

#EFCA9A (or 0xEFCA9A) is unknown color: approx New Tan. HEX triplet: EF, CA and 9A. RGB value is (239,202,154). Sum of RGB (Red+Green+Blue) = 239+202+154=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA9A is #103565. Grayscale: #CFCFCF. Windows color (decimal): -1062246 or 10144495. OLE color: 10144495.

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

Color convert

RGB239202154-
CMYK00.150.360.06
HSL33.88º72.65%77.06%-
HSV(B)33.88º35.56%93.73%-
XYZ62.5562.9239.42-
YUV207.5997.76150.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 154 (60.55% from 255) = 25.88%
R=40.17%
G=33.95%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920215400.150.360.0633.8872.6577.06
HexEFCA9A0F24622494d
Octal35731223201744642111115
Binary1110111111001010100110100111110010011010001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA9A; }

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

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

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

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

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

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

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

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