Shades of Splash #EED499
Tints of Splash #EED499
RGB
CMYK
RGB Variations
Color information
#EED499 (or 0xEED499) is known color: Splash. HEX triplet: EE, D4 and 99. RGB value is (238,212,153). Sum of RGB (Red+Green+Blue) = 238+212+153=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EED499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED499 is #112B66. Grayscale: #D5D5D5. Windows color (decimal): -1125223 or 10081518. OLE color: 10081518.
HSL color Cylindrical-coordinate representation of color #EED499: hue angle of 41.65º 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 #EED499 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 153 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.07 |
| HSL | 41.65º | 0.71% | 0.77% | - |
| HSV(B) | 41.65º | 0.36% | 0.93% | - |
| XYZ | 64.55 | 67.56 | 39.78 | - |
| YUV | 213.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 153 | 0 | 0.11 | 0.36 | 0.07 | 41.65 | 0.71 | 0.77 |
| Hex | EE | D4 | 99 | 0 | B | 24 | 7 | 2A | 47 | 4D |
| Octal | 356 | 324 | 231 | 0 | 13 | 44 | 7 | 52 | 107 | 115 |
| Binary | 11101110 | 11010100 | 10011001 | 0 | 1011 | 100100 | 111 | 101010 | 1000111 | 1001101 |
Color Harmonies of #EED499
Complementary color
Monochromatic Colors of #EED499
Black with #EED499
Text Example
Text Example
White with #EED499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED499; }
p { color: rgb(238,212,153); }
H1.HeaderClassName
{
color: #EED499;
}
.AnyTagClassName
{
color: #EED499;
}
</style>
background-color css
<style>
a { background-color: #EED499; }
a { background-color: rgb(238,212,153); }
div.DivClassName
{
background-color: #EED499;
}
.BgClassName
{
background-color: #EED499;
}
</style>
border-color css
<style>
span { border-color: #EED499; }
span { border-color: rgb(238,212,153); }
td.TdClassName
{
border-color: #EED499;
}
.TagClassName
{
border-color: #EED499;
}
</style>