#EDC996

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

Shades of Chamois #EDC996

Tints of Chamois #EDC996

Color information

#EDC996 (or 0xEDC996) is unknown color: approx Chamois. HEX triplet: ED, C9 and 96. RGB value is (237,201,150). Sum of RGB (Red+Green+Blue) = 237+201+150=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC996 is #123669. Grayscale: #CECECE. Windows color (decimal): -1193578 or 9882093. OLE color: 9882093.

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

Color convert

RGB237201150-
CMYK00.150.370.07
HSL35.17º70.73%75.88%-
HSV(B)35.17º36.71%92.94%-
XYZ61.3261.9837.59-
YUV205.9596.43150.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 150 (58.98% from 255) = 25.51%
R=40.31%
G=34.18%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720115000.150.370.0735.1770.7375.88
HexEDC9960F25723474c
Octal35531122601745743107114
Binary1110110111001001100101100111110010111110001110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC996; }

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

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

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

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

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

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

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

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