Shades of Splash #EEDAA1
Tints of Splash #EEDAA1
RGB
CMYK
RGB Variations
Color information
#EEDAA1 (or 0xEEDAA1) is known color: Splash. HEX triplet: EE, DA and A1. RGB value is (238,218,161). Sum of RGB (Red+Green+Blue) = 238+218+161=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAA1 is #11255E. Grayscale: #D9D9D9. Windows color (decimal): -1123679 or 10607342. OLE color: 10607342.
HSL color Cylindrical-coordinate representation of color #EEDAA1: hue angle of 44.42º 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 #EEDAA1 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 161 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 44.42º | 0.69% | 0.78% | - |
| HSV(B) | 44.42º | 0.32% | 0.93% | - |
| XYZ | 66.76 | 70.89 | 43.88 | - |
| YUV | 217.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 161 | 0 | 0.08 | 0.32 | 0.07 | 44.42 | 0.69 | 0.78 |
| Hex | EE | DA | A1 | 0 | 8 | 20 | 7 | 2C | 45 | 4E |
| Octal | 356 | 332 | 241 | 0 | 10 | 40 | 7 | 54 | 105 | 116 |
| Binary | 11101110 | 11011010 | 10100001 | 0 | 1000 | 100000 | 111 | 101100 | 1000101 | 1001110 |
Color Harmonies of #EEDAA1
Complementary color
Monochromatic Colors of #EEDAA1
Black with #EEDAA1
Text Example
Text Example
White with #EEDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAA1; }
p { color: rgb(238,218,161); }
H1.HeaderClassName
{
color: #EEDAA1;
}
.AnyTagClassName
{
color: #EEDAA1;
}
</style>
background-color css
<style>
a { background-color: #EEDAA1; }
a { background-color: rgb(238,218,161); }
div.DivClassName
{
background-color: #EEDAA1;
}
.BgClassName
{
background-color: #EEDAA1;
}
</style>
border-color css
<style>
span { border-color: #EEDAA1; }
span { border-color: rgb(238,218,161); }
td.TdClassName
{
border-color: #EEDAA1;
}
.TagClassName
{
border-color: #EEDAA1;
}
</style>