Shades of Chamois #EDD292
Tints of Chamois #EDD292
RGB
CMYK
RGB Variations
Color information
#EDD292 (or 0xEDD292) is known color: Chamois. HEX triplet: ED, D2 and 92. RGB value is (237,210,146). Sum of RGB (Red+Green+Blue) = 237+210+146=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD292 is #122D6D. Grayscale: #D3D3D3. Windows color (decimal): -1191278 or 9622253. OLE color: 9622253.
HSL color Cylindrical-coordinate representation of color #EDD292: hue angle of 42.2º 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 #EDD292 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 146 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.07 |
| HSL | 42.2º | 0.72% | 0.75% | - |
| HSV(B) | 42.2º | 0.38% | 0.93% | - |
| XYZ | 63.16 | 66.17 | 36.64 | - |
| YUV | 210.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 146 | 0 | 0.11 | 0.38 | 0.07 | 42.2 | 0.72 | 0.75 |
| Hex | ED | D2 | 92 | 0 | B | 26 | 7 | 2A | 48 | 4B |
| Octal | 355 | 322 | 222 | 0 | 13 | 46 | 7 | 52 | 110 | 113 |
| Binary | 11101101 | 11010010 | 10010010 | 0 | 1011 | 100110 | 111 | 101010 | 1001000 | 1001011 |
Color Harmonies of #EDD292
Complementary color
Monochromatic Colors of #EDD292
Black with #EDD292
Text Example
Text Example
White with #EDD292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD292; }
p { color: rgb(237,210,146); }
H1.HeaderClassName
{
color: #EDD292;
}
.AnyTagClassName
{
color: #EDD292;
}
</style>
background-color css
<style>
a { background-color: #EDD292; }
a { background-color: rgb(237,210,146); }
div.DivClassName
{
background-color: #EDD292;
}
.BgClassName
{
background-color: #EDD292;
}
</style>
border-color css
<style>
span { border-color: #EDD292; }
span { border-color: rgb(237,210,146); }
td.TdClassName
{
border-color: #EDD292;
}
.TagClassName
{
border-color: #EDD292;
}
</style>