Shades of Chamois #EDD18E
Tints of Chamois #EDD18E
RGB
CMYK
RGB Variations
Color information
#EDD18E (or 0xEDD18E) is known color: Chamois. HEX triplet: ED, D1 and 8E. RGB value is (237,209,142). Sum of RGB (Red+Green+Blue) = 237+209+142=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD18E is #122E71. Grayscale: #D2D2D2. Windows color (decimal): -1191538 or 9359853. OLE color: 9359853.
HSL color Cylindrical-coordinate representation of color #EDD18E: hue angle of 42.32º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDD18E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 142 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.07 |
| HSL | 42.32º | 0.73% | 0.74% | - |
| HSV(B) | 42.32º | 0.4% | 0.93% | - |
| XYZ | 62.61 | 65.56 | 34.95 | - |
| YUV | 209.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 142 | 0 | 0.12 | 0.40 | 0.07 | 42.32 | 0.73 | 0.74 |
| Hex | ED | D1 | 8E | 0 | C | 28 | 7 | 2A | 49 | 4A |
| Octal | 355 | 321 | 216 | 0 | 14 | 50 | 7 | 52 | 111 | 112 |
| Binary | 11101101 | 11010001 | 10001110 | 0 | 1100 | 101000 | 111 | 101010 | 1001001 | 1001010 |
Color Harmonies of #EDD18E
Complementary color
Monochromatic Colors of #EDD18E
Black with #EDD18E
Text Example
Text Example
White with #EDD18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD18E; }
p { color: rgb(237,209,142); }
H1.HeaderClassName
{
color: #EDD18E;
}
.AnyTagClassName
{
color: #EDD18E;
}
</style>
background-color css
<style>
a { background-color: #EDD18E; }
a { background-color: rgb(237,209,142); }
div.DivClassName
{
background-color: #EDD18E;
}
.BgClassName
{
background-color: #EDD18E;
}
</style>
border-color css
<style>
span { border-color: #EDD18E; }
span { border-color: rgb(237,209,142); }
td.TdClassName
{
border-color: #EDD18E;
}
.TagClassName
{
border-color: #EDD18E;
}
</style>