Shades of Splash #EED992
Tints of Splash #EED992
RGB
CMYK
RGB Variations
Color information
#EED992 (or 0xEED992) is known color: Splash. HEX triplet: EE, D9 and 92. RGB value is (238,217,146). Sum of RGB (Red+Green+Blue) = 238+217+146=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED992 is #11266D. Grayscale: #D7D7D7. Windows color (decimal): -1123950 or 9624046. OLE color: 9624046.
HSL color Cylindrical-coordinate representation of color #EED992: hue angle of 46.3º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EED992 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 146 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.07 |
| HSL | 46.3º | 0.73% | 0.75% | - |
| HSV(B) | 46.3º | 0.39% | 0.93% | - |
| XYZ | 65.26 | 69.88 | 37.24 | - |
| YUV | 215.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 146 | 0 | 0.09 | 0.39 | 0.07 | 46.3 | 0.73 | 0.75 |
| Hex | EE | D9 | 92 | 0 | 9 | 27 | 7 | 2E | 49 | 4B |
| Octal | 356 | 331 | 222 | 0 | 11 | 47 | 7 | 56 | 111 | 113 |
| Binary | 11101110 | 11011001 | 10010010 | 0 | 1001 | 100111 | 111 | 101110 | 1001001 | 1001011 |
Color Harmonies of #EED992
Complementary color
Monochromatic Colors of #EED992
Black with #EED992
Text Example
Text Example
White with #EED992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED992; }
p { color: rgb(238,217,146); }
H1.HeaderClassName
{
color: #EED992;
}
.AnyTagClassName
{
color: #EED992;
}
</style>
background-color css
<style>
a { background-color: #EED992; }
a { background-color: rgb(238,217,146); }
div.DivClassName
{
background-color: #EED992;
}
.BgClassName
{
background-color: #EED992;
}
</style>
border-color css
<style>
span { border-color: #EED992; }
span { border-color: rgb(238,217,146); }
td.TdClassName
{
border-color: #EED992;
}
.TagClassName
{
border-color: #EED992;
}
</style>