Shades of Splash #EEDB9C
Tints of Splash #EEDB9C
RGB
CMYK
RGB Variations
Color information
#EEDB9C (or 0xEEDB9C) is known color: Splash. HEX triplet: EE, DB and 9C. RGB value is (238,219,156). Sum of RGB (Red+Green+Blue) = 238+219+156=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB9C is #112463. Grayscale: #D9D9D9. Windows color (decimal): -1123428 or 10279918. OLE color: 10279918.
HSL color Cylindrical-coordinate representation of color #EEDB9C: hue angle of 46.1º degrees, saturation: 0.71, 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 #EEDB9C is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 156 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.07 |
| HSL | 46.1º | 0.71% | 0.77% | - |
| HSV(B) | 46.1º | 0.34% | 0.93% | - |
| XYZ | 66.59 | 71.24 | 41.69 | - |
| YUV | 217.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 156 | 0 | 0.08 | 0.34 | 0.07 | 46.1 | 0.71 | 0.77 |
| Hex | EE | DB | 9C | 0 | 8 | 22 | 7 | 2E | 47 | 4D |
| Octal | 356 | 333 | 234 | 0 | 10 | 42 | 7 | 56 | 107 | 115 |
| Binary | 11101110 | 11011011 | 10011100 | 0 | 1000 | 100010 | 111 | 101110 | 1000111 | 1001101 |
Color Harmonies of #EEDB9C
Complementary color
Monochromatic Colors of #EEDB9C
Black with #EEDB9C
Text Example
Text Example
White with #EEDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB9C; }
p { color: rgb(238,219,156); }
H1.HeaderClassName
{
color: #EEDB9C;
}
.AnyTagClassName
{
color: #EEDB9C;
}
</style>
background-color css
<style>
a { background-color: #EEDB9C; }
a { background-color: rgb(238,219,156); }
div.DivClassName
{
background-color: #EEDB9C;
}
.BgClassName
{
background-color: #EEDB9C;
}
</style>
border-color css
<style>
span { border-color: #EEDB9C; }
span { border-color: rgb(238,219,156); }
td.TdClassName
{
border-color: #EEDB9C;
}
.TagClassName
{
border-color: #EEDB9C;
}
</style>