Shades of Splash #EED99F
Tints of Splash #EED99F
RGB
CMYK
RGB Variations
Color information
#EED99F (or 0xEED99F) is known color: Splash. HEX triplet: EE, D9 and 9F. RGB value is (238,217,159). Sum of RGB (Red+Green+Blue) = 238+217+159=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EED99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED99F is #112660. Grayscale: #D8D8D8. Windows color (decimal): -1123937 or 10476014. OLE color: 10476014.
HSL color Cylindrical-coordinate representation of color #EED99F: hue angle of 44.05º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EED99F is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 159 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.07 |
| HSL | 44.05º | 0.7% | 0.78% | - |
| HSV(B) | 44.05º | 0.33% | 0.93% | - |
| XYZ | 66.33 | 70.31 | 42.88 | - |
| YUV | 216.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 159 | 0 | 0.09 | 0.33 | 0.07 | 44.05 | 0.7 | 0.78 |
| Hex | EE | D9 | 9F | 0 | 9 | 21 | 7 | 2C | 46 | 4E |
| Octal | 356 | 331 | 237 | 0 | 11 | 41 | 7 | 54 | 106 | 116 |
| Binary | 11101110 | 11011001 | 10011111 | 0 | 1001 | 100001 | 111 | 101100 | 1000110 | 1001110 |
Color Harmonies of #EED99F
Complementary color
Monochromatic Colors of #EED99F
Black with #EED99F
Text Example
Text Example
White with #EED99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED99F; }
p { color: rgb(238,217,159); }
H1.HeaderClassName
{
color: #EED99F;
}
.AnyTagClassName
{
color: #EED99F;
}
</style>
background-color css
<style>
a { background-color: #EED99F; }
a { background-color: rgb(238,217,159); }
div.DivClassName
{
background-color: #EED99F;
}
.BgClassName
{
background-color: #EED99F;
}
</style>
border-color css
<style>
span { border-color: #EED99F; }
span { border-color: rgb(238,217,159); }
td.TdClassName
{
border-color: #EED99F;
}
.TagClassName
{
border-color: #EED99F;
}
</style>