Shades of Splash #EED898
Tints of Splash #EED898
RGB
CMYK
RGB Variations
Color information
#EED898 (or 0xEED898) is known color: Splash. HEX triplet: EE, D8 and 98. RGB value is (238,216,152). Sum of RGB (Red+Green+Blue) = 238+216+152=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EED898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED898 is #112767. Grayscale: #D7D7D7. Windows color (decimal): -1124200 or 10017006. OLE color: 10017006.
HSL color Cylindrical-coordinate representation of color #EED898: hue angle of 44.65º 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 #EED898 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 152 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.07 |
| HSL | 44.65º | 0.72% | 0.76% | - |
| HSV(B) | 44.65º | 0.36% | 0.93% | - |
| XYZ | 65.48 | 69.56 | 39.68 | - |
| YUV | 215.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 152 | 0 | 0.09 | 0.36 | 0.07 | 44.65 | 0.72 | 0.76 |
| Hex | EE | D8 | 98 | 0 | 9 | 24 | 7 | 2D | 48 | 4C |
| Octal | 356 | 330 | 230 | 0 | 11 | 44 | 7 | 55 | 110 | 114 |
| Binary | 11101110 | 11011000 | 10011000 | 0 | 1001 | 100100 | 111 | 101101 | 1001000 | 1001100 |
Color Harmonies of #EED898
Complementary color
Monochromatic Colors of #EED898
Black with #EED898
Text Example
Text Example
White with #EED898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED898; }
p { color: rgb(238,216,152); }
H1.HeaderClassName
{
color: #EED898;
}
.AnyTagClassName
{
color: #EED898;
}
</style>
background-color css
<style>
a { background-color: #EED898; }
a { background-color: rgb(238,216,152); }
div.DivClassName
{
background-color: #EED898;
}
.BgClassName
{
background-color: #EED898;
}
</style>
border-color css
<style>
span { border-color: #EED898; }
span { border-color: rgb(238,216,152); }
td.TdClassName
{
border-color: #EED898;
}
.TagClassName
{
border-color: #EED898;
}
</style>