Shades of Splash #EED89E
Tints of Splash #EED89E
RGB
CMYK
RGB Variations
Color information
#EED89E (or 0xEED89E) is known color: Splash. HEX triplet: EE, D8 and 9E. RGB value is (238,216,158). Sum of RGB (Red+Green+Blue) = 238+216+158=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EED89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED89E is #112761. Grayscale: #D8D8D8. Windows color (decimal): -1124194 or 10410222. OLE color: 10410222.
HSL color Cylindrical-coordinate representation of color #EED89E: hue angle of 43.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EED89E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 158 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.07 |
| HSL | 43.5º | 0.7% | 0.78% | - |
| HSV(B) | 43.5º | 0.34% | 0.93% | - |
| XYZ | 65.99 | 69.76 | 42.33 | - |
| YUV | 215.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 158 | 0 | 0.09 | 0.34 | 0.07 | 43.5 | 0.7 | 0.78 |
| Hex | EE | D8 | 9E | 0 | 9 | 22 | 7 | 2C | 46 | 4E |
| Octal | 356 | 330 | 236 | 0 | 11 | 42 | 7 | 54 | 106 | 116 |
| Binary | 11101110 | 11011000 | 10011110 | 0 | 1001 | 100010 | 111 | 101100 | 1000110 | 1001110 |
Color Harmonies of #EED89E
Complementary color
Monochromatic Colors of #EED89E
Black with #EED89E
Text Example
Text Example
White with #EED89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED89E; }
p { color: rgb(238,216,158); }
H1.HeaderClassName
{
color: #EED89E;
}
.AnyTagClassName
{
color: #EED89E;
}
</style>
background-color css
<style>
a { background-color: #EED89E; }
a { background-color: rgb(238,216,158); }
div.DivClassName
{
background-color: #EED89E;
}
.BgClassName
{
background-color: #EED89E;
}
</style>
border-color css
<style>
span { border-color: #EED89E; }
span { border-color: rgb(238,216,158); }
td.TdClassName
{
border-color: #EED89E;
}
.TagClassName
{
border-color: #EED89E;
}
</style>