Shades of Chamois #EED094
Tints of Chamois #EED094
RGB
CMYK
RGB Variations
Color information
#EED094 (or 0xEED094) is known color: Chamois. HEX triplet: EE, D0 and 94. RGB value is (238,208,148). Sum of RGB (Red+Green+Blue) = 238+208+148=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EED094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED094 is #112F6B. Grayscale: #D2D2D2. Windows color (decimal): -1126252 or 9752814. OLE color: 9752814.
HSL color Cylindrical-coordinate representation of color #EED094: hue angle of 40º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EED094 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 148 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.07 |
| HSL | 40º | 0.73% | 0.76% | - |
| HSV(B) | 40º | 0.38% | 0.93% | - |
| XYZ | 63.16 | 65.43 | 37.32 | - |
| YUV | 210.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 148 | 0 | 0.13 | 0.38 | 0.07 | 40 | 0.73 | 0.76 |
| Hex | EE | D0 | 94 | 0 | D | 26 | 7 | 28 | 49 | 4C |
| Octal | 356 | 320 | 224 | 0 | 15 | 46 | 7 | 50 | 111 | 114 |
| Binary | 11101110 | 11010000 | 10010100 | 0 | 1101 | 100110 | 111 | 101000 | 1001001 | 1001100 |
Color Harmonies of #EED094
Complementary color
Monochromatic Colors of #EED094
Black with #EED094
Text Example
Text Example
White with #EED094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED094; }
p { color: rgb(238,208,148); }
H1.HeaderClassName
{
color: #EED094;
}
.AnyTagClassName
{
color: #EED094;
}
</style>
background-color css
<style>
a { background-color: #EED094; }
a { background-color: rgb(238,208,148); }
div.DivClassName
{
background-color: #EED094;
}
.BgClassName
{
background-color: #EED094;
}
</style>
border-color css
<style>
span { border-color: #EED094; }
span { border-color: rgb(238,208,148); }
td.TdClassName
{
border-color: #EED094;
}
.TagClassName
{
border-color: #EED094;
}
</style>