Shades of Splash #EED997
Tints of Splash #EED997
RGB
CMYK
RGB Variations
Color information
#EED997 (or 0xEED997) is known color: Splash. HEX triplet: EE, D9 and 97. RGB value is (238,217,151). Sum of RGB (Red+Green+Blue) = 238+217+151=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EED997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED997 is #112668. Grayscale: #D8D8D8. Windows color (decimal): -1123945 or 9951726. OLE color: 9951726.
HSL color Cylindrical-coordinate representation of color #EED997: hue angle of 45.52º 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 #EED997 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 151 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.07 |
| HSL | 45.52º | 0.72% | 0.76% | - |
| HSV(B) | 45.52º | 0.37% | 0.93% | - |
| XYZ | 65.66 | 70.04 | 39.34 | - |
| YUV | 215.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 151 | 0 | 0.09 | 0.37 | 0.07 | 45.52 | 0.72 | 0.76 |
| Hex | EE | D9 | 97 | 0 | 9 | 25 | 7 | 2E | 48 | 4C |
| Octal | 356 | 331 | 227 | 0 | 11 | 45 | 7 | 56 | 110 | 114 |
| Binary | 11101110 | 11011001 | 10010111 | 0 | 1001 | 100101 | 111 | 101110 | 1001000 | 1001100 |
Color Harmonies of #EED997
Complementary color
Monochromatic Colors of #EED997
Black with #EED997
Text Example
Text Example
White with #EED997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED997; }
p { color: rgb(238,217,151); }
H1.HeaderClassName
{
color: #EED997;
}
.AnyTagClassName
{
color: #EED997;
}
</style>
background-color css
<style>
a { background-color: #EED997; }
a { background-color: rgb(238,217,151); }
div.DivClassName
{
background-color: #EED997;
}
.BgClassName
{
background-color: #EED997;
}
</style>
border-color css
<style>
span { border-color: #EED997; }
span { border-color: rgb(238,217,151); }
td.TdClassName
{
border-color: #EED997;
}
.TagClassName
{
border-color: #EED997;
}
</style>