#EDCD9C

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

Shades of Chamois #EDCD9C

Tints of Chamois #EDCD9C

Color information

#EDCD9C (or 0xEDCD9C) is unknown color: approx Chamois. HEX triplet: ED, CD and 9C. RGB value is (237,205,156). Sum of RGB (Red+Green+Blue) = 237+205+156=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD9C is #123263. Grayscale: #D1D1D1. Windows color (decimal): -1192548 or 10276333. OLE color: 10276333.

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

Color convert

RGB237205156-
CMYK00.140.340.07
HSL36.3º69.23%77.06%-
HSV(B)36.3º34.18%92.94%-
XYZ62.7664.0740.51-
YUV208.9898.1147.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 156 (61.33% from 255) = 26.09%
R=39.63%
G=34.28%
B=26.09%

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
Decimal23720515600.140.340.0736.369.2377.06
HexEDCD9C0E22724454d
Octal35531523401642744105115
Binary1110110111001101100111000111010001011110010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD9C; }

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

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

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

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

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

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

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

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