Shades of Chamois #EDD092
Tints of Chamois #EDD092
RGB
CMYK
RGB Variations
Color information
#EDD092 (or 0xEDD092) is known color: Chamois. HEX triplet: ED, D0 and 92. RGB value is (237,208,146). Sum of RGB (Red+Green+Blue) = 237+208+146=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD092 is #122F6D. Grayscale: #D1D1D1. Windows color (decimal): -1191790 or 9621741. OLE color: 9621741.
HSL color Cylindrical-coordinate representation of color #EDD092: hue angle of 40.88º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDD092 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 146 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.07 |
| HSL | 40.88º | 0.72% | 0.75% | - |
| HSV(B) | 40.88º | 0.38% | 0.93% | - |
| XYZ | 62.67 | 65.19 | 36.47 | - |
| YUV | 209.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 146 | 0 | 0.12 | 0.38 | 0.07 | 40.88 | 0.72 | 0.75 |
| Hex | ED | D0 | 92 | 0 | C | 26 | 7 | 29 | 48 | 4B |
| Octal | 355 | 320 | 222 | 0 | 14 | 46 | 7 | 51 | 110 | 113 |
| Binary | 11101101 | 11010000 | 10010010 | 0 | 1100 | 100110 | 111 | 101001 | 1001000 | 1001011 |
Color Harmonies of #EDD092
Complementary color
Monochromatic Colors of #EDD092
Black with #EDD092
Text Example
Text Example
White with #EDD092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD092; }
p { color: rgb(237,208,146); }
H1.HeaderClassName
{
color: #EDD092;
}
.AnyTagClassName
{
color: #EDD092;
}
</style>
background-color css
<style>
a { background-color: #EDD092; }
a { background-color: rgb(237,208,146); }
div.DivClassName
{
background-color: #EDD092;
}
.BgClassName
{
background-color: #EDD092;
}
</style>
border-color css
<style>
span { border-color: #EDD092; }
span { border-color: rgb(237,208,146); }
td.TdClassName
{
border-color: #EDD092;
}
.TagClassName
{
border-color: #EDD092;
}
</style>