Shades of Splash #EED897
Tints of Splash #EED897
RGB
CMYK
RGB Variations
Color information
#EED897 (or 0xEED897) is known color: Splash. HEX triplet: EE, D8 and 97. RGB value is (238,216,151). Sum of RGB (Red+Green+Blue) = 238+216+151=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EED897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED897 is #112768. Grayscale: #D7D7D7. Windows color (decimal): -1124201 or 9951470. OLE color: 9951470.
HSL color Cylindrical-coordinate representation of color #EED897: hue angle of 44.83º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EED897 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 151 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.07 |
| HSL | 44.83º | 0.72% | 0.76% | - |
| HSV(B) | 44.83º | 0.37% | 0.93% | - |
| XYZ | 65.4 | 69.52 | 39.25 | - |
| YUV | 215.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 151 | 0 | 0.09 | 0.37 | 0.07 | 44.83 | 0.72 | 0.76 |
| Hex | EE | D8 | 97 | 0 | 9 | 25 | 7 | 2D | 48 | 4C |
| Octal | 356 | 330 | 227 | 0 | 11 | 45 | 7 | 55 | 110 | 114 |
| Binary | 11101110 | 11011000 | 10010111 | 0 | 1001 | 100101 | 111 | 101101 | 1001000 | 1001100 |
Color Harmonies of #EED897
Complementary color
Monochromatic Colors of #EED897
Black with #EED897
Text Example
Text Example
White with #EED897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED897; }
p { color: rgb(238,216,151); }
H1.HeaderClassName
{
color: #EED897;
}
.AnyTagClassName
{
color: #EED897;
}
</style>
background-color css
<style>
a { background-color: #EED897; }
a { background-color: rgb(238,216,151); }
div.DivClassName
{
background-color: #EED897;
}
.BgClassName
{
background-color: #EED897;
}
</style>
border-color css
<style>
span { border-color: #EED897; }
span { border-color: rgb(238,216,151); }
td.TdClassName
{
border-color: #EED897;
}
.TagClassName
{
border-color: #EED897;
}
</style>