Shades of Splash #EEDAA2
Tints of Splash #EEDAA2
RGB
CMYK
RGB Variations
Color information
#EEDAA2 (or 0xEEDAA2) is known color: Splash. HEX triplet: EE, DA and A2. RGB value is (238,218,162). Sum of RGB (Red+Green+Blue) = 238+218+162=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAA2 is #11255D. Grayscale: #D9D9D9. Windows color (decimal): -1123678 or 10672878. OLE color: 10672878.
HSL color Cylindrical-coordinate representation of color #EEDAA2: hue angle of 44.21º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEDAA2 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 162 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 44.21º | 0.69% | 0.78% | - |
| HSV(B) | 44.21º | 0.32% | 0.93% | - |
| XYZ | 66.85 | 70.93 | 44.35 | - |
| YUV | 217.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 162 | 0 | 0.08 | 0.32 | 0.07 | 44.21 | 0.69 | 0.78 |
| Hex | EE | DA | A2 | 0 | 8 | 20 | 7 | 2C | 45 | 4E |
| Octal | 356 | 332 | 242 | 0 | 10 | 40 | 7 | 54 | 105 | 116 |
| Binary | 11101110 | 11011010 | 10100010 | 0 | 1000 | 100000 | 111 | 101100 | 1000101 | 1001110 |
Color Harmonies of #EEDAA2
Complementary color
Monochromatic Colors of #EEDAA2
Black with #EEDAA2
Text Example
Text Example
White with #EEDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAA2; }
p { color: rgb(238,218,162); }
H1.HeaderClassName
{
color: #EEDAA2;
}
.AnyTagClassName
{
color: #EEDAA2;
}
</style>
background-color css
<style>
a { background-color: #EEDAA2; }
a { background-color: rgb(238,218,162); }
div.DivClassName
{
background-color: #EEDAA2;
}
.BgClassName
{
background-color: #EEDAA2;
}
</style>
border-color css
<style>
span { border-color: #EEDAA2; }
span { border-color: rgb(238,218,162); }
td.TdClassName
{
border-color: #EEDAA2;
}
.TagClassName
{
border-color: #EEDAA2;
}
</style>