Shades of Chamois #EDC791
Tints of Chamois #EDC791
RGB
CMYK
RGB Variations
Color information
#EDC791 (or 0xEDC791) is known color: Chamois. HEX triplet: ED, C7 and 91. RGB value is (237,199,145). Sum of RGB (Red+Green+Blue) = 237+199+145=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC791 is #12386E. Grayscale: #CCCCCC. Windows color (decimal): -1194095 or 9553901. OLE color: 9553901.
HSL color Cylindrical-coordinate representation of color #EDC791: hue angle of 35.22º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDC791 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 145 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.07 |
| HSL | 35.22º | 0.72% | 0.75% | - |
| HSV(B) | 35.22º | 0.39% | 0.93% | - |
| XYZ | 60.46 | 60.9 | 35.36 | - |
| YUV | 204.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 145 | 0 | 0.16 | 0.39 | 0.07 | 35.22 | 0.72 | 0.75 |
| Hex | ED | C7 | 91 | 0 | 10 | 27 | 7 | 23 | 48 | 4B |
| Octal | 355 | 307 | 221 | 0 | 20 | 47 | 7 | 43 | 110 | 113 |
| Binary | 11101101 | 11000111 | 10010001 | 0 | 10000 | 100111 | 111 | 100011 | 1001000 | 1001011 |
Color Harmonies of #EDC791
Complementary color
Monochromatic Colors of #EDC791
Black with #EDC791
Text Example
Text Example
White with #EDC791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC791; }
p { color: rgb(237,199,145); }
H1.HeaderClassName
{
color: #EDC791;
}
.AnyTagClassName
{
color: #EDC791;
}
</style>
background-color css
<style>
a { background-color: #EDC791; }
a { background-color: rgb(237,199,145); }
div.DivClassName
{
background-color: #EDC791;
}
.BgClassName
{
background-color: #EDC791;
}
</style>
border-color css
<style>
span { border-color: #EDC791; }
span { border-color: rgb(237,199,145); }
td.TdClassName
{
border-color: #EDC791;
}
.TagClassName
{
border-color: #EDC791;
}
</style>