Shades of Chamois #EED298
Tints of Chamois #EED298
RGB
CMYK
RGB Variations
Color information
#EED298 (or 0xEED298) is known color: Chamois. HEX triplet: EE, D2 and 98. RGB value is (238,210,152). Sum of RGB (Red+Green+Blue) = 238+210+152=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EED298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED298 is #112D67. Grayscale: #D4D4D4. Windows color (decimal): -1125736 or 10015470. OLE color: 10015470.
HSL color Cylindrical-coordinate representation of color #EED298: hue angle of 40.47º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EED298 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 152 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.07 |
| HSL | 40.47º | 0.72% | 0.76% | - |
| HSV(B) | 40.47º | 0.36% | 0.93% | - |
| XYZ | 63.97 | 66.54 | 39.18 | - |
| YUV | 211.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 152 | 0 | 0.12 | 0.36 | 0.07 | 40.47 | 0.72 | 0.76 |
| Hex | EE | D2 | 98 | 0 | C | 24 | 7 | 28 | 48 | 4C |
| Octal | 356 | 322 | 230 | 0 | 14 | 44 | 7 | 50 | 110 | 114 |
| Binary | 11101110 | 11010010 | 10011000 | 0 | 1100 | 100100 | 111 | 101000 | 1001000 | 1001100 |
Color Harmonies of #EED298
Complementary color
Monochromatic Colors of #EED298
Black with #EED298
Text Example
Text Example
White with #EED298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED298; }
p { color: rgb(238,210,152); }
H1.HeaderClassName
{
color: #EED298;
}
.AnyTagClassName
{
color: #EED298;
}
</style>
background-color css
<style>
a { background-color: #EED298; }
a { background-color: rgb(238,210,152); }
div.DivClassName
{
background-color: #EED298;
}
.BgClassName
{
background-color: #EED298;
}
</style>
border-color css
<style>
span { border-color: #EED298; }
span { border-color: rgb(238,210,152); }
td.TdClassName
{
border-color: #EED298;
}
.TagClassName
{
border-color: #EED298;
}
</style>