Shades of Splash #EEDD9E
Tints of Splash #EEDD9E
RGB
CMYK
RGB Variations
Color information
#EEDD9E (or 0xEEDD9E) is known color: Splash. HEX triplet: EE, DD and 9E. RGB value is (238,221,158). Sum of RGB (Red+Green+Blue) = 238+221+158=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD9E is #112261. Grayscale: #DBDBDB. Windows color (decimal): -1122914 or 10411502. OLE color: 10411502.
HSL color Cylindrical-coordinate representation of color #EEDD9E: hue angle of 47.25º 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 #EEDD9E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 158 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.07 |
| HSL | 47.25º | 0.7% | 0.78% | - |
| HSV(B) | 47.25º | 0.34% | 0.93% | - |
| XYZ | 67.29 | 72.36 | 42.77 | - |
| YUV | 218.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 158 | 0 | 0.07 | 0.34 | 0.07 | 47.25 | 0.7 | 0.78 |
| Hex | EE | DD | 9E | 0 | 7 | 22 | 7 | 2F | 46 | 4E |
| Octal | 356 | 335 | 236 | 0 | 7 | 42 | 7 | 57 | 106 | 116 |
| Binary | 11101110 | 11011101 | 10011110 | 0 | 111 | 100010 | 111 | 101111 | 1000110 | 1001110 |
Color Harmonies of #EEDD9E
Complementary color
Monochromatic Colors of #EEDD9E
Black with #EEDD9E
Text Example
Text Example
White with #EEDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD9E; }
p { color: rgb(238,221,158); }
H1.HeaderClassName
{
color: #EEDD9E;
}
.AnyTagClassName
{
color: #EEDD9E;
}
</style>
background-color css
<style>
a { background-color: #EEDD9E; }
a { background-color: rgb(238,221,158); }
div.DivClassName
{
background-color: #EEDD9E;
}
.BgClassName
{
background-color: #EEDD9E;
}
</style>
border-color css
<style>
span { border-color: #EEDD9E; }
span { border-color: rgb(238,221,158); }
td.TdClassName
{
border-color: #EEDD9E;
}
.TagClassName
{
border-color: #EEDD9E;
}
</style>