Shades of Splash #EED99A
Tints of Splash #EED99A
RGB
CMYK
RGB Variations
Color information
#EED99A (or 0xEED99A) is known color: Splash. HEX triplet: EE, D9 and 9A. RGB value is (238,217,154). Sum of RGB (Red+Green+Blue) = 238+217+154=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EED99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED99A is #112665. Grayscale: #D8D8D8. Windows color (decimal): -1123942 or 10148334. OLE color: 10148334.
HSL color Cylindrical-coordinate representation of color #EED99A: hue angle of 45º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EED99A is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 154 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.07 |
| HSL | 45º | 0.71% | 0.77% | - |
| HSV(B) | 45º | 0.35% | 0.93% | - |
| XYZ | 65.91 | 70.14 | 40.64 | - |
| YUV | 216.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 154 | 0 | 0.09 | 0.35 | 0.07 | 45 | 0.71 | 0.77 |
| Hex | EE | D9 | 9A | 0 | 9 | 23 | 7 | 2D | 47 | 4D |
| Octal | 356 | 331 | 232 | 0 | 11 | 43 | 7 | 55 | 107 | 115 |
| Binary | 11101110 | 11011001 | 10011010 | 0 | 1001 | 100011 | 111 | 101101 | 1000111 | 1001101 |
Color Harmonies of #EED99A
Complementary color
Monochromatic Colors of #EED99A
Black with #EED99A
Text Example
Text Example
White with #EED99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED99A; }
p { color: rgb(238,217,154); }
H1.HeaderClassName
{
color: #EED99A;
}
.AnyTagClassName
{
color: #EED99A;
}
</style>
background-color css
<style>
a { background-color: #EED99A; }
a { background-color: rgb(238,217,154); }
div.DivClassName
{
background-color: #EED99A;
}
.BgClassName
{
background-color: #EED99A;
}
</style>
border-color css
<style>
span { border-color: #EED99A; }
span { border-color: rgb(238,217,154); }
td.TdClassName
{
border-color: #EED99A;
}
.TagClassName
{
border-color: #EED99A;
}
</style>