#EDCE9C

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

Shades of Chamois #EDCE9C

Tints of Chamois #EDCE9C

Color information

#EDCE9C (or 0xEDCE9C) is unknown color: approx Chamois. HEX triplet: ED, CE and 9C. RGB value is (237,206,156). Sum of RGB (Red+Green+Blue) = 237+206+156=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE9C is #123163. Grayscale: #D1D1D1. Windows color (decimal): -1192292 or 10276589. OLE color: 10276589.

HSL color Cylindrical-coordinate representation of color #EDCE9C: hue angle of 37.04º 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 #EDCE9C is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237206156-
CMYK00.130.340.07
HSL37.04º69.23%77.06%-
HSV(B)37.04º34.18%92.94%-
XYZ6364.5540.59-
YUV209.5797.77147.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 156 (61.33% from 255) = 26.04%
R=39.57%
G=34.39%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720615600.130.340.0737.0469.2377.06
HexEDCE9C0D22725454d
Octal35531623401542745105115
Binary1110110111001110100111000110110001011110010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE9C; }

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

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

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

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

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

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

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

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