#EDCC9C

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

Shades of Chamois #EDCC9C

Tints of Chamois #EDCC9C

Color information

#EDCC9C (or 0xEDCC9C) is unknown color: approx Chamois. HEX triplet: ED, CC and 9C. RGB value is (237,204,156). Sum of RGB (Red+Green+Blue) = 237+204+156=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC9C is #123363. Grayscale: #D0D0D0. Windows color (decimal): -1192804 or 10276077. OLE color: 10276077.

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

Color convert

RGB237204156-
CMYK00.140.340.07
HSL35.56º69.23%77.06%-
HSV(B)35.56º34.18%92.94%-
XYZ62.5263.5940.43-
YUV208.498.43148.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 156 (61.33% from 255) = 26.13%
R=39.70%
G=34.17%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720415600.140.340.0735.5669.2377.06
HexEDCC9C0E22724454d
Octal35531423401642744105115
Binary1110110111001100100111000111010001011110010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC9C; }

 p { color: rgb(237,204,156); }

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

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

 a { background-color: rgb(237,204,156); }

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

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

 span { border-color: rgb(237,204,156); }

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