Shades of Splash #EEDAA3
Tints of Splash #EEDAA3
RGB
CMYK
RGB Variations
Color information
#EEDAA3 (or 0xEEDAA3) is known color: Splash. HEX triplet: EE, DA and A3. RGB value is (238,218,163). Sum of RGB (Red+Green+Blue) = 238+218+163=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAA3 is #11255C. Grayscale: #D9D9D9. Windows color (decimal): -1123677 or 10738414. OLE color: 10738414.
HSL color Cylindrical-coordinate representation of color #EEDAA3: hue angle of 44º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEDAA3 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 163 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 44º | 0.69% | 0.79% | - |
| HSV(B) | 44º | 0.32% | 0.93% | - |
| XYZ | 66.94 | 70.96 | 44.82 | - |
| YUV | 217.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 163 | 0 | 0.08 | 0.32 | 0.07 | 44 | 0.69 | 0.79 |
| Hex | EE | DA | A3 | 0 | 8 | 20 | 7 | 2C | 45 | 4F |
| Octal | 356 | 332 | 243 | 0 | 10 | 40 | 7 | 54 | 105 | 117 |
| Binary | 11101110 | 11011010 | 10100011 | 0 | 1000 | 100000 | 111 | 101100 | 1000101 | 1001111 |
Color Harmonies of #EEDAA3
Complementary color
Monochromatic Colors of #EEDAA3
Black with #EEDAA3
Text Example
Text Example
White with #EEDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAA3; }
p { color: rgb(238,218,163); }
H1.HeaderClassName
{
color: #EEDAA3;
}
.AnyTagClassName
{
color: #EEDAA3;
}
</style>
background-color css
<style>
a { background-color: #EEDAA3; }
a { background-color: rgb(238,218,163); }
div.DivClassName
{
background-color: #EEDAA3;
}
.BgClassName
{
background-color: #EEDAA3;
}
</style>
border-color css
<style>
span { border-color: #EEDAA3; }
span { border-color: rgb(238,218,163); }
td.TdClassName
{
border-color: #EEDAA3;
}
.TagClassName
{
border-color: #EEDAA3;
}
</style>