#EDCB99

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

Shades of Chamois #EDCB99

Tints of Chamois #EDCB99

Color information

#EDCB99 (or 0xEDCB99) is unknown color: approx Chamois. HEX triplet: ED, CB and 99. RGB value is (237,203,153). Sum of RGB (Red+Green+Blue) = 237+203+153=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB99 is #123466. Grayscale: #CFCFCF. Windows color (decimal): -1193063 or 10079213. OLE color: 10079213.

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

Color convert

RGB237203153-
CMYK00.140.350.07
HSL35.71º70%76.47%-
HSV(B)35.71º35.44%92.94%-
XYZ62.0363.0239.03-
YUV207.4797.26149.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 153 (60.16% from 255) = 25.80%
R=39.97%
G=34.23%
B=25.80%

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
Decimal23720315300.140.350.0735.717076.47
HexEDCB990E23724464c
Octal35531323101643744106114
Binary1110110111001011100110010111010001111110010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB99; }

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

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

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

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

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

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

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

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