#EDCB96

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

Shades of Chamois #EDCB96

Tints of Chamois #EDCB96

Color information

#EDCB96 (or 0xEDCB96) is unknown color: approx Chamois. HEX triplet: ED, CB and 96. RGB value is (237,203,150). Sum of RGB (Red+Green+Blue) = 237+203+150=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB96 is #123469. Grayscale: #CFCFCF. Windows color (decimal): -1193066 or 9882605. OLE color: 9882605.

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

Color convert

RGB237203150-
CMYK00.140.370.07
HSL36.55º70.73%75.88%-
HSV(B)36.55º36.71%92.94%-
XYZ61.7962.9237.74-
YUV207.1295.76149.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 150 (58.98% from 255) = 25.42%
R=40.17%
G=34.41%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720315000.140.370.0736.5570.7375.88
HexEDCB960E25725474c
Octal35531322601645745107114
Binary1110110111001011100101100111010010111110010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB96; }

 p { color: rgb(237,203,150); }

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

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

 a { background-color: rgb(237,203,150); }

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

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

 span { border-color: rgb(237,203,150); }

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