Shades of Splash #EEDA99
Tints of Splash #EEDA99
RGB
CMYK
RGB Variations
Color information
#EEDA99 (or 0xEEDA99) is known color: Splash. HEX triplet: EE, DA and 99. RGB value is (238,218,153). Sum of RGB (Red+Green+Blue) = 238+218+153=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA99 is #112566. Grayscale: #D8D8D8. Windows color (decimal): -1123687 or 10083054. OLE color: 10083054.
HSL color Cylindrical-coordinate representation of color #EEDA99: hue angle of 45.88º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEDA99 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 153 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.07 |
| HSL | 45.88º | 0.71% | 0.77% | - |
| HSV(B) | 45.88º | 0.36% | 0.93% | - |
| XYZ | 66.08 | 70.62 | 40.29 | - |
| YUV | 216.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 153 | 0 | 0.08 | 0.36 | 0.07 | 45.88 | 0.71 | 0.77 |
| Hex | EE | DA | 99 | 0 | 8 | 24 | 7 | 2E | 47 | 4D |
| Octal | 356 | 332 | 231 | 0 | 10 | 44 | 7 | 56 | 107 | 115 |
| Binary | 11101110 | 11011010 | 10011001 | 0 | 1000 | 100100 | 111 | 101110 | 1000111 | 1001101 |
Color Harmonies of #EEDA99
Complementary color
Monochromatic Colors of #EEDA99
Black with #EEDA99
Text Example
Text Example
White with #EEDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA99; }
p { color: rgb(238,218,153); }
H1.HeaderClassName
{
color: #EEDA99;
}
.AnyTagClassName
{
color: #EEDA99;
}
</style>
background-color css
<style>
a { background-color: #EEDA99; }
a { background-color: rgb(238,218,153); }
div.DivClassName
{
background-color: #EEDA99;
}
.BgClassName
{
background-color: #EEDA99;
}
</style>
border-color css
<style>
span { border-color: #EEDA99; }
span { border-color: rgb(238,218,153); }
td.TdClassName
{
border-color: #EEDA99;
}
.TagClassName
{
border-color: #EEDA99;
}
</style>