Shades of Splash #EEDAA0
Tints of Splash #EEDAA0
RGB
CMYK
RGB Variations
Color information
#EEDAA0 (or 0xEEDAA0) is known color: Splash. HEX triplet: EE, DA and A0. RGB value is (238,218,160). Sum of RGB (Red+Green+Blue) = 238+218+160=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAA0 is #11255F. Grayscale: #D9D9D9. Windows color (decimal): -1123680 or 10541806. OLE color: 10541806.
HSL color Cylindrical-coordinate representation of color #EEDAA0: hue angle of 44.62º 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 #EEDAA0 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 160 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.07 |
| HSL | 44.62º | 0.7% | 0.78% | - |
| HSV(B) | 44.62º | 0.33% | 0.93% | - |
| XYZ | 66.68 | 70.86 | 43.42 | - |
| YUV | 217.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 160 | 0 | 0.08 | 0.33 | 0.07 | 44.62 | 0.7 | 0.78 |
| Hex | EE | DA | A0 | 0 | 8 | 21 | 7 | 2D | 46 | 4E |
| Octal | 356 | 332 | 240 | 0 | 10 | 41 | 7 | 55 | 106 | 116 |
| Binary | 11101110 | 11011010 | 10100000 | 0 | 1000 | 100001 | 111 | 101101 | 1000110 | 1001110 |
Color Harmonies of #EEDAA0
Complementary color
Monochromatic Colors of #EEDAA0
Black with #EEDAA0
Text Example
Text Example
White with #EEDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAA0; }
p { color: rgb(238,218,160); }
H1.HeaderClassName
{
color: #EEDAA0;
}
.AnyTagClassName
{
color: #EEDAA0;
}
</style>
background-color css
<style>
a { background-color: #EEDAA0; }
a { background-color: rgb(238,218,160); }
div.DivClassName
{
background-color: #EEDAA0;
}
.BgClassName
{
background-color: #EEDAA0;
}
</style>
border-color css
<style>
span { border-color: #EEDAA0; }
span { border-color: rgb(238,218,160); }
td.TdClassName
{
border-color: #EEDAA0;
}
.TagClassName
{
border-color: #EEDAA0;
}
</style>