#EDCE9B

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

Shades of Chamois #EDCE9B

Tints of Chamois #EDCE9B

Color information

#EDCE9B (or 0xEDCE9B) is unknown color: approx Chamois. HEX triplet: ED, CE and 9B. RGB value is (237,206,155). Sum of RGB (Red+Green+Blue) = 237+206+155=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE9B is #123164. Grayscale: #D1D1D1. Windows color (decimal): -1192293 or 10211053. OLE color: 10211053.

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

Color convert

RGB237206155-
CMYK00.130.350.07
HSL37.32º69.49%76.86%-
HSV(B)37.32º34.6%92.94%-
XYZ62.9164.5140.15-
YUV209.4697.27147.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 155 (60.94% from 255) = 25.92%
R=39.63%
G=34.45%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720615500.130.350.0737.3269.4976.86
HexEDCE9B0D23725454d
Octal35531623301543745105115
Binary1110110111001110100110110110110001111110010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE9B; }

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

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

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

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

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

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

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

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