Shades of Splash #EED792
Tints of Splash #EED792
RGB
CMYK
RGB Variations
Color information
#EED792 (or 0xEED792) is known color: Splash. HEX triplet: EE, D7 and 92. RGB value is (238,215,146). Sum of RGB (Red+Green+Blue) = 238+215+146=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EED792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED792 is #11286D. Grayscale: #D6D6D6. Windows color (decimal): -1124462 or 9623534. OLE color: 9623534.
HSL color Cylindrical-coordinate representation of color #EED792: hue angle of 45º 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 #EED792 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 146 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.07 |
| HSL | 45º | 0.73% | 0.75% | - |
| HSV(B) | 45º | 0.39% | 0.93% | - |
| XYZ | 64.75 | 68.85 | 37.07 | - |
| YUV | 214.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 146 | 0 | 0.10 | 0.39 | 0.07 | 45 | 0.73 | 0.75 |
| Hex | EE | D7 | 92 | 0 | A | 27 | 7 | 2D | 49 | 4B |
| Octal | 356 | 327 | 222 | 0 | 12 | 47 | 7 | 55 | 111 | 113 |
| Binary | 11101110 | 11010111 | 10010010 | 0 | 1010 | 100111 | 111 | 101101 | 1001001 | 1001011 |
Color Harmonies of #EED792
Complementary color
Monochromatic Colors of #EED792
Black with #EED792
Text Example
Text Example
White with #EED792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED792; }
p { color: rgb(238,215,146); }
H1.HeaderClassName
{
color: #EED792;
}
.AnyTagClassName
{
color: #EED792;
}
</style>
background-color css
<style>
a { background-color: #EED792; }
a { background-color: rgb(238,215,146); }
div.DivClassName
{
background-color: #EED792;
}
.BgClassName
{
background-color: #EED792;
}
</style>
border-color css
<style>
span { border-color: #EED792; }
span { border-color: rgb(238,215,146); }
td.TdClassName
{
border-color: #EED792;
}
.TagClassName
{
border-color: #EED792;
}
</style>