#ECCC96

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

Shades of Chamois #ECCC96

Tints of Chamois #ECCC96

Color information

#ECCC96 (or 0xECCC96) is unknown color: approx Chamois. HEX triplet: EC, CC and 96. RGB value is (236,204,150). Sum of RGB (Red+Green+Blue) = 236+204+150=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC96 is #133369. Grayscale: #CFCFCF. Windows color (decimal): -1258346 or 9882860. OLE color: 9882860.

HSL color Cylindrical-coordinate representation of color #ECCC96: hue angle of 37.67º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECCC96 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236204150-
CMYK00.140.360.07
HSL37.67º69.35%75.69%-
HSV(B)37.67º36.44%92.55%-
XYZ61.6963.2237.81-
YUV207.4195.6148.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 150 (58.98% from 255) = 25.42%
R=40%
G=34.58%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620415000.140.360.0737.6769.3575.69
HexECCC960E24726454c
Octal35431422601644746105114
Binary1110110011001100100101100111010010011110011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCC96; }

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

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

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

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

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

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

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

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