Shades of Splash #EED99E
Tints of Splash #EED99E
RGB
CMYK
RGB Variations
Color information
#EED99E (or 0xEED99E) is known color: Splash. HEX triplet: EE, D9 and 9E. RGB value is (238,217,158). Sum of RGB (Red+Green+Blue) = 238+217+158=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EED99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED99E is #112661. Grayscale: #D8D8D8. Windows color (decimal): -1123938 or 10410478. OLE color: 10410478.
HSL color Cylindrical-coordinate representation of color #EED99E: hue angle of 44.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 #EED99E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 158 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.07 |
| HSL | 44.25º | 0.7% | 0.78% | - |
| HSV(B) | 44.25º | 0.34% | 0.93% | - |
| XYZ | 66.24 | 70.27 | 42.42 | - |
| YUV | 216.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 158 | 0 | 0.09 | 0.34 | 0.07 | 44.25 | 0.7 | 0.78 |
| Hex | EE | D9 | 9E | 0 | 9 | 22 | 7 | 2C | 46 | 4E |
| Octal | 356 | 331 | 236 | 0 | 11 | 42 | 7 | 54 | 106 | 116 |
| Binary | 11101110 | 11011001 | 10011110 | 0 | 1001 | 100010 | 111 | 101100 | 1000110 | 1001110 |
Color Harmonies of #EED99E
Complementary color
Monochromatic Colors of #EED99E
Black with #EED99E
Text Example
Text Example
White with #EED99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED99E; }
p { color: rgb(238,217,158); }
H1.HeaderClassName
{
color: #EED99E;
}
.AnyTagClassName
{
color: #EED99E;
}
</style>
background-color css
<style>
a { background-color: #EED99E; }
a { background-color: rgb(238,217,158); }
div.DivClassName
{
background-color: #EED99E;
}
.BgClassName
{
background-color: #EED99E;
}
</style>
border-color css
<style>
span { border-color: #EED99E; }
span { border-color: rgb(238,217,158); }
td.TdClassName
{
border-color: #EED99E;
}
.TagClassName
{
border-color: #EED99E;
}
</style>