Shades of Splash #EEDB9D
Tints of Splash #EEDB9D
RGB
CMYK
RGB Variations
Color information
#EEDB9D (or 0xEEDB9D) is known color: Splash. HEX triplet: EE, DB and 9D. RGB value is (238,219,157). Sum of RGB (Red+Green+Blue) = 238+219+157=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB9D is #112462. Grayscale: #D9D9D9. Windows color (decimal): -1123427 or 10345454. OLE color: 10345454.
HSL color Cylindrical-coordinate representation of color #EEDB9D: hue angle of 45.93º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEDB9D is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 157 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.07 |
| HSL | 45.93º | 0.7% | 0.77% | - |
| HSV(B) | 45.93º | 0.34% | 0.93% | - |
| XYZ | 66.68 | 71.27 | 42.14 | - |
| YUV | 217.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 157 | 0 | 0.08 | 0.34 | 0.07 | 45.93 | 0.7 | 0.77 |
| Hex | EE | DB | 9D | 0 | 8 | 22 | 7 | 2E | 46 | 4D |
| Octal | 356 | 333 | 235 | 0 | 10 | 42 | 7 | 56 | 106 | 115 |
| Binary | 11101110 | 11011011 | 10011101 | 0 | 1000 | 100010 | 111 | 101110 | 1000110 | 1001101 |
Color Harmonies of #EEDB9D
Complementary color
Monochromatic Colors of #EEDB9D
Black with #EEDB9D
Text Example
Text Example
White with #EEDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB9D; }
p { color: rgb(238,219,157); }
H1.HeaderClassName
{
color: #EEDB9D;
}
.AnyTagClassName
{
color: #EEDB9D;
}
</style>
background-color css
<style>
a { background-color: #EEDB9D; }
a { background-color: rgb(238,219,157); }
div.DivClassName
{
background-color: #EEDB9D;
}
.BgClassName
{
background-color: #EEDB9D;
}
</style>
border-color css
<style>
span { border-color: #EEDB9D; }
span { border-color: rgb(238,219,157); }
td.TdClassName
{
border-color: #EEDB9D;
}
.TagClassName
{
border-color: #EEDB9D;
}
</style>