#EDCD9B

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

Shades of Chamois #EDCD9B

Tints of Chamois #EDCD9B

Color information

#EDCD9B (or 0xEDCD9B) is unknown color: approx Chamois. HEX triplet: ED, CD and 9B. RGB value is (237,205,155). Sum of RGB (Red+Green+Blue) = 237+205+155=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD9B is #123264. Grayscale: #D1D1D1. Windows color (decimal): -1192549 or 10210797. OLE color: 10210797.

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

Color convert

RGB237205155-
CMYK00.140.350.07
HSL36.59º69.49%76.86%-
HSV(B)36.59º34.6%92.94%-
XYZ62.6764.0340.07-
YUV208.8797.6148.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 155 (60.94% from 255) = 25.96%
R=39.70%
G=34.34%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720515500.140.350.0736.5969.4976.86
HexEDCD9B0E23725454d
Octal35531523301643745105115
Binary1110110111001101100110110111010001111110010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD9B; }

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

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

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

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

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

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

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

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