#EFCC96

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

Shades of Chamois #EFCC96

Tints of Chamois #EFCC96

Color information

#EFCC96 (or 0xEFCC96) is unknown color: approx Chamois. HEX triplet: EF, CC and 96. RGB value is (239,204,150). Sum of RGB (Red+Green+Blue) = 239+204+150=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCC96 is #103369. Grayscale: #D0D0D0. Windows color (decimal): -1061738 or 9882863. OLE color: 9882863.

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

Color convert

RGB239204150-
CMYK00.150.370.06
HSL36.4º73.55%76.27%-
HSV(B)36.4º37.24%93.73%-
XYZ62.6963.7437.85-
YUV208.3195.1149.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 150 (58.98% from 255) = 25.30%
R=40.30%
G=34.40%
B=25.30%

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
Decimal23920415000.150.370.0636.473.5576.27
HexEFCC960F256244a4c
Octal35731422601745644112114
Binary1110111111001100100101100111110010111010010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCC96; }

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

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

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

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

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

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

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

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