Shades of Chamois #EDD199
Tints of Chamois #EDD199
RGB
CMYK
RGB Variations
Color information
#EDD199 (or 0xEDD199) is known color: Chamois. HEX triplet: ED, D1 and 99. RGB value is (237,209,153). Sum of RGB (Red+Green+Blue) = 237+209+153=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD199 is #122E66. Grayscale: #D3D3D3. Windows color (decimal): -1191527 or 10080749. OLE color: 10080749.
HSL color Cylindrical-coordinate representation of color #EDD199: hue angle of 40º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD199 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 153 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.07 |
| HSL | 40º | 0.7% | 0.76% | - |
| HSV(B) | 40º | 0.35% | 0.93% | - |
| XYZ | 63.48 | 65.91 | 39.51 | - |
| YUV | 210.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 153 | 0 | 0.12 | 0.35 | 0.07 | 40 | 0.7 | 0.76 |
| Hex | ED | D1 | 99 | 0 | C | 23 | 7 | 28 | 46 | 4C |
| Octal | 355 | 321 | 231 | 0 | 14 | 43 | 7 | 50 | 106 | 114 |
| Binary | 11101101 | 11010001 | 10011001 | 0 | 1100 | 100011 | 111 | 101000 | 1000110 | 1001100 |
Color Harmonies of #EDD199
Complementary color
Monochromatic Colors of #EDD199
Black with #EDD199
Text Example
Text Example
White with #EDD199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD199; }
p { color: rgb(237,209,153); }
H1.HeaderClassName
{
color: #EDD199;
}
.AnyTagClassName
{
color: #EDD199;
}
</style>
background-color css
<style>
a { background-color: #EDD199; }
a { background-color: rgb(237,209,153); }
div.DivClassName
{
background-color: #EDD199;
}
.BgClassName
{
background-color: #EDD199;
}
</style>
border-color css
<style>
span { border-color: #EDD199; }
span { border-color: rgb(237,209,153); }
td.TdClassName
{
border-color: #EDD199;
}
.TagClassName
{
border-color: #EDD199;
}
</style>