Shades of Chamois #EDD192
Tints of Chamois #EDD192
RGB
CMYK
RGB Variations
Color information
#EDD192 (or 0xEDD192) is known color: Chamois. HEX triplet: ED, D1 and 92. RGB value is (237,209,146). Sum of RGB (Red+Green+Blue) = 237+209+146=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD192 is #122E6D. Grayscale: #D2D2D2. Windows color (decimal): -1191534 or 9621997. OLE color: 9621997.
HSL color Cylindrical-coordinate representation of color #EDD192: hue angle of 41.54º 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 #EDD192 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 146 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.07 |
| HSL | 41.54º | 0.72% | 0.75% | - |
| HSV(B) | 41.54º | 0.38% | 0.93% | - |
| XYZ | 62.91 | 65.68 | 36.56 | - |
| YUV | 210.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 146 | 0 | 0.12 | 0.38 | 0.07 | 41.54 | 0.72 | 0.75 |
| Hex | ED | D1 | 92 | 0 | C | 26 | 7 | 2A | 48 | 4B |
| Octal | 355 | 321 | 222 | 0 | 14 | 46 | 7 | 52 | 110 | 113 |
| Binary | 11101101 | 11010001 | 10010010 | 0 | 1100 | 100110 | 111 | 101010 | 1001000 | 1001011 |
Color Harmonies of #EDD192
Complementary color
Monochromatic Colors of #EDD192
Black with #EDD192
Text Example
Text Example
White with #EDD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD192; }
p { color: rgb(237,209,146); }
H1.HeaderClassName
{
color: #EDD192;
}
.AnyTagClassName
{
color: #EDD192;
}
</style>
background-color css
<style>
a { background-color: #EDD192; }
a { background-color: rgb(237,209,146); }
div.DivClassName
{
background-color: #EDD192;
}
.BgClassName
{
background-color: #EDD192;
}
</style>
border-color css
<style>
span { border-color: #EDD192; }
span { border-color: rgb(237,209,146); }
td.TdClassName
{
border-color: #EDD192;
}
.TagClassName
{
border-color: #EDD192;
}
</style>