Shades of Splash #EED794
Tints of Splash #EED794
RGB
CMYK
RGB Variations
Color information
#EED794 (or 0xEED794) is known color: Splash. HEX triplet: EE, D7 and 94. RGB value is (238,215,148). Sum of RGB (Red+Green+Blue) = 238+215+148=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED794 is #11286B. Grayscale: #D6D6D6. Windows color (decimal): -1124460 or 9754606. OLE color: 9754606.
HSL color Cylindrical-coordinate representation of color #EED794: hue angle of 44.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EED794 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 148 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.07 |
| HSL | 44.67º | 0.73% | 0.76% | - |
| HSV(B) | 44.67º | 0.38% | 0.93% | - |
| XYZ | 64.91 | 68.92 | 37.9 | - |
| YUV | 214.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 148 | 0 | 0.10 | 0.38 | 0.07 | 44.67 | 0.73 | 0.76 |
| Hex | EE | D7 | 94 | 0 | A | 26 | 7 | 2D | 49 | 4C |
| Octal | 356 | 327 | 224 | 0 | 12 | 46 | 7 | 55 | 111 | 114 |
| Binary | 11101110 | 11010111 | 10010100 | 0 | 1010 | 100110 | 111 | 101101 | 1001001 | 1001100 |
Color Harmonies of #EED794
Complementary color
Monochromatic Colors of #EED794
Black with #EED794
Text Example
Text Example
White with #EED794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED794; }
p { color: rgb(238,215,148); }
H1.HeaderClassName
{
color: #EED794;
}
.AnyTagClassName
{
color: #EED794;
}
</style>
background-color css
<style>
a { background-color: #EED794; }
a { background-color: rgb(238,215,148); }
div.DivClassName
{
background-color: #EED794;
}
.BgClassName
{
background-color: #EED794;
}
</style>
border-color css
<style>
span { border-color: #EED794; }
span { border-color: rgb(238,215,148); }
td.TdClassName
{
border-color: #EED794;
}
.TagClassName
{
border-color: #EED794;
}
</style>