Shades of Splash #EEDA9F
Tints of Splash #EEDA9F
RGB
CMYK
RGB Variations
Color information
#EEDA9F (or 0xEEDA9F) is known color: Splash. HEX triplet: EE, DA and 9F. RGB value is (238,218,159). Sum of RGB (Red+Green+Blue) = 238+218+159=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA9F is #112560. Grayscale: #D9D9D9. Windows color (decimal): -1123681 or 10476270. OLE color: 10476270.
HSL color Cylindrical-coordinate representation of color #EEDA9F: hue angle of 44.81º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEDA9F is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 159 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.07 |
| HSL | 44.81º | 0.7% | 0.78% | - |
| HSV(B) | 44.81º | 0.33% | 0.93% | - |
| XYZ | 66.59 | 70.82 | 42.96 | - |
| YUV | 217.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 159 | 0 | 0.08 | 0.33 | 0.07 | 44.81 | 0.7 | 0.78 |
| Hex | EE | DA | 9F | 0 | 8 | 21 | 7 | 2D | 46 | 4E |
| Octal | 356 | 332 | 237 | 0 | 10 | 41 | 7 | 55 | 106 | 116 |
| Binary | 11101110 | 11011010 | 10011111 | 0 | 1000 | 100001 | 111 | 101101 | 1000110 | 1001110 |
Color Harmonies of #EEDA9F
Complementary color
Monochromatic Colors of #EEDA9F
Black with #EEDA9F
Text Example
Text Example
White with #EEDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA9F; }
p { color: rgb(238,218,159); }
H1.HeaderClassName
{
color: #EEDA9F;
}
.AnyTagClassName
{
color: #EEDA9F;
}
</style>
background-color css
<style>
a { background-color: #EEDA9F; }
a { background-color: rgb(238,218,159); }
div.DivClassName
{
background-color: #EEDA9F;
}
.BgClassName
{
background-color: #EEDA9F;
}
</style>
border-color css
<style>
span { border-color: #EEDA9F; }
span { border-color: rgb(238,218,159); }
td.TdClassName
{
border-color: #EEDA9F;
}
.TagClassName
{
border-color: #EEDA9F;
}
</style>