Shades of Chamois #EED197
Tints of Chamois #EED197
RGB
CMYK
RGB Variations
Color information
#EED197 (or 0xEED197) is known color: Chamois. HEX triplet: EE, D1 and 97. RGB value is (238,209,151). Sum of RGB (Red+Green+Blue) = 238+209+151=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EED197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED197 is #112E68. Grayscale: #D3D3D3. Windows color (decimal): -1125993 or 9949678. OLE color: 9949678.
HSL color Cylindrical-coordinate representation of color #EED197: hue angle of 40º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EED197 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 151 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.07 |
| HSL | 40º | 0.72% | 0.76% | - |
| HSV(B) | 40º | 0.37% | 0.93% | - |
| XYZ | 63.65 | 66.01 | 38.67 | - |
| YUV | 211.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 151 | 0 | 0.12 | 0.37 | 0.07 | 40 | 0.72 | 0.76 |
| Hex | EE | D1 | 97 | 0 | C | 25 | 7 | 28 | 48 | 4C |
| Octal | 356 | 321 | 227 | 0 | 14 | 45 | 7 | 50 | 110 | 114 |
| Binary | 11101110 | 11010001 | 10010111 | 0 | 1100 | 100101 | 111 | 101000 | 1001000 | 1001100 |
Color Harmonies of #EED197
Complementary color
Monochromatic Colors of #EED197
Black with #EED197
Text Example
Text Example
White with #EED197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED197; }
p { color: rgb(238,209,151); }
H1.HeaderClassName
{
color: #EED197;
}
.AnyTagClassName
{
color: #EED197;
}
</style>
background-color css
<style>
a { background-color: #EED197; }
a { background-color: rgb(238,209,151); }
div.DivClassName
{
background-color: #EED197;
}
.BgClassName
{
background-color: #EED197;
}
</style>
border-color css
<style>
span { border-color: #EED197; }
span { border-color: rgb(238,209,151); }
td.TdClassName
{
border-color: #EED197;
}
.TagClassName
{
border-color: #EED197;
}
</style>