Shades of Chamois #EDC790
Tints of Chamois #EDC790
RGB
CMYK
RGB Variations
Color information
#EDC790 (or 0xEDC790) is known color: Chamois. HEX triplet: ED, C7 and 90. RGB value is (237,199,144). Sum of RGB (Red+Green+Blue) = 237+199+144=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC790 is #12386F. Grayscale: #CCCCCC. Windows color (decimal): -1194096 or 9488365. OLE color: 9488365.
HSL color Cylindrical-coordinate representation of color #EDC790: hue angle of 35.48º 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 #EDC790 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 144 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.07 |
| HSL | 35.48º | 0.72% | 0.75% | - |
| HSV(B) | 35.48º | 0.39% | 0.93% | - |
| XYZ | 60.38 | 60.86 | 34.95 | - |
| YUV | 204.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 144 | 0 | 0.16 | 0.39 | 0.07 | 35.48 | 0.72 | 0.75 |
| Hex | ED | C7 | 90 | 0 | 10 | 27 | 7 | 23 | 48 | 4B |
| Octal | 355 | 307 | 220 | 0 | 20 | 47 | 7 | 43 | 110 | 113 |
| Binary | 11101101 | 11000111 | 10010000 | 0 | 10000 | 100111 | 111 | 100011 | 1001000 | 1001011 |
Color Harmonies of #EDC790
Complementary color
Monochromatic Colors of #EDC790
Black with #EDC790
Text Example
Text Example
White with #EDC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC790; }
p { color: rgb(237,199,144); }
H1.HeaderClassName
{
color: #EDC790;
}
.AnyTagClassName
{
color: #EDC790;
}
</style>
background-color css
<style>
a { background-color: #EDC790; }
a { background-color: rgb(237,199,144); }
div.DivClassName
{
background-color: #EDC790;
}
.BgClassName
{
background-color: #EDC790;
}
</style>
border-color css
<style>
span { border-color: #EDC790; }
span { border-color: rgb(237,199,144); }
td.TdClassName
{
border-color: #EDC790;
}
.TagClassName
{
border-color: #EDC790;
}
</style>