Shades of Chamois #EED095
Tints of Chamois #EED095
RGB
CMYK
RGB Variations
Color information
#EED095 (or 0xEED095) is known color: Chamois. HEX triplet: EE, D0 and 95. RGB value is (238,208,149). Sum of RGB (Red+Green+Blue) = 238+208+149=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EED095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED095 is #112F6A. Grayscale: #D2D2D2. Windows color (decimal): -1126251 or 9818350. OLE color: 9818350.
HSL color Cylindrical-coordinate representation of color #EED095: hue angle of 39.78º 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 #EED095 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 149 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.07 |
| HSL | 39.78º | 0.72% | 0.76% | - |
| HSV(B) | 39.78º | 0.37% | 0.93% | - |
| XYZ | 63.24 | 65.46 | 37.74 | - |
| YUV | 210.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 149 | 0 | 0.13 | 0.37 | 0.07 | 39.78 | 0.72 | 0.76 |
| Hex | EE | D0 | 95 | 0 | D | 25 | 7 | 28 | 48 | 4C |
| Octal | 356 | 320 | 225 | 0 | 15 | 45 | 7 | 50 | 110 | 114 |
| Binary | 11101110 | 11010000 | 10010101 | 0 | 1101 | 100101 | 111 | 101000 | 1001000 | 1001100 |
Color Harmonies of #EED095
Complementary color
Monochromatic Colors of #EED095
Black with #EED095
Text Example
Text Example
White with #EED095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED095; }
p { color: rgb(238,208,149); }
H1.HeaderClassName
{
color: #EED095;
}
.AnyTagClassName
{
color: #EED095;
}
</style>
background-color css
<style>
a { background-color: #EED095; }
a { background-color: rgb(238,208,149); }
div.DivClassName
{
background-color: #EED095;
}
.BgClassName
{
background-color: #EED095;
}
</style>
border-color css
<style>
span { border-color: #EED095; }
span { border-color: rgb(238,208,149); }
td.TdClassName
{
border-color: #EED095;
}
.TagClassName
{
border-color: #EED095;
}
</style>