Shades of Splash #EED894
Tints of Splash #EED894
RGB
CMYK
RGB Variations
Color information
#EED894 (or 0xEED894) is known color: Splash. HEX triplet: EE, D8 and 94. RGB value is (238,216,148). Sum of RGB (Red+Green+Blue) = 238+216+148=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EED894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED894 is #11276B. Grayscale: #D7D7D7. Windows color (decimal): -1124204 or 9754862. OLE color: 9754862.
HSL color Cylindrical-coordinate representation of color #EED894: hue angle of 45.33º 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 #EED894 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 148 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.07 |
| HSL | 45.33º | 0.73% | 0.76% | - |
| HSV(B) | 45.33º | 0.38% | 0.93% | - |
| XYZ | 65.16 | 69.43 | 37.98 | - |
| YUV | 214.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 148 | 0 | 0.09 | 0.38 | 0.07 | 45.33 | 0.73 | 0.76 |
| Hex | EE | D8 | 94 | 0 | 9 | 26 | 7 | 2D | 49 | 4C |
| Octal | 356 | 330 | 224 | 0 | 11 | 46 | 7 | 55 | 111 | 114 |
| Binary | 11101110 | 11011000 | 10010100 | 0 | 1001 | 100110 | 111 | 101101 | 1001001 | 1001100 |
Color Harmonies of #EED894
Complementary color
Monochromatic Colors of #EED894
Black with #EED894
Text Example
Text Example
White with #EED894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED894; }
p { color: rgb(238,216,148); }
H1.HeaderClassName
{
color: #EED894;
}
.AnyTagClassName
{
color: #EED894;
}
</style>
background-color css
<style>
a { background-color: #EED894; }
a { background-color: rgb(238,216,148); }
div.DivClassName
{
background-color: #EED894;
}
.BgClassName
{
background-color: #EED894;
}
</style>
border-color css
<style>
span { border-color: #EED894; }
span { border-color: rgb(238,216,148); }
td.TdClassName
{
border-color: #EED894;
}
.TagClassName
{
border-color: #EED894;
}
</style>