Shades of Splash #EEDBA0
Tints of Splash #EEDBA0
RGB
CMYK
RGB Variations
Color information
#EEDBA0 (or 0xEEDBA0) is known color: Splash. HEX triplet: EE, DB and A0. RGB value is (238,219,160). Sum of RGB (Red+Green+Blue) = 238+219+160=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBA0 is #11245F. Grayscale: #DADADA. Windows color (decimal): -1123424 or 10542062. OLE color: 10542062.
HSL color Cylindrical-coordinate representation of color #EEDBA0: hue angle of 45.38º 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 #EEDBA0 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 160 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.07 |
| HSL | 45.38º | 0.7% | 0.78% | - |
| HSV(B) | 45.38º | 0.33% | 0.93% | - |
| XYZ | 66.94 | 71.38 | 43.51 | - |
| YUV | 217.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 160 | 0 | 0.08 | 0.33 | 0.07 | 45.38 | 0.7 | 0.78 |
| Hex | EE | DB | A0 | 0 | 8 | 21 | 7 | 2D | 46 | 4E |
| Octal | 356 | 333 | 240 | 0 | 10 | 41 | 7 | 55 | 106 | 116 |
| Binary | 11101110 | 11011011 | 10100000 | 0 | 1000 | 100001 | 111 | 101101 | 1000110 | 1001110 |
Color Harmonies of #EEDBA0
Complementary color
Monochromatic Colors of #EEDBA0
Black with #EEDBA0
Text Example
Text Example
White with #EEDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBA0; }
p { color: rgb(238,219,160); }
H1.HeaderClassName
{
color: #EEDBA0;
}
.AnyTagClassName
{
color: #EEDBA0;
}
</style>
background-color css
<style>
a { background-color: #EEDBA0; }
a { background-color: rgb(238,219,160); }
div.DivClassName
{
background-color: #EEDBA0;
}
.BgClassName
{
background-color: #EEDBA0;
}
</style>
border-color css
<style>
span { border-color: #EEDBA0; }
span { border-color: rgb(238,219,160); }
td.TdClassName
{
border-color: #EEDBA0;
}
.TagClassName
{
border-color: #EEDBA0;
}
</style>