Shades of Splash #EEDB9A
Tints of Splash #EEDB9A
RGB
CMYK
RGB Variations
Color information
#EEDB9A (or 0xEEDB9A) is known color: Splash. HEX triplet: EE, DB and 9A. RGB value is (238,219,154). Sum of RGB (Red+Green+Blue) = 238+219+154=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB9A is #112465. Grayscale: #D9D9D9. Windows color (decimal): -1123430 or 10148846. OLE color: 10148846.
HSL color Cylindrical-coordinate representation of color #EEDB9A: hue angle of 46.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEDB9A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 154 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.07 |
| HSL | 46.43º | 0.71% | 0.77% | - |
| HSV(B) | 46.43º | 0.35% | 0.93% | - |
| XYZ | 66.42 | 71.17 | 40.81 | - |
| YUV | 217.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 154 | 0 | 0.08 | 0.35 | 0.07 | 46.43 | 0.71 | 0.77 |
| Hex | EE | DB | 9A | 0 | 8 | 23 | 7 | 2E | 47 | 4D |
| Octal | 356 | 333 | 232 | 0 | 10 | 43 | 7 | 56 | 107 | 115 |
| Binary | 11101110 | 11011011 | 10011010 | 0 | 1000 | 100011 | 111 | 101110 | 1000111 | 1001101 |
Color Harmonies of #EEDB9A
Complementary color
Monochromatic Colors of #EEDB9A
Black with #EEDB9A
Text Example
Text Example
White with #EEDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB9A; }
p { color: rgb(238,219,154); }
H1.HeaderClassName
{
color: #EEDB9A;
}
.AnyTagClassName
{
color: #EEDB9A;
}
</style>
background-color css
<style>
a { background-color: #EEDB9A; }
a { background-color: rgb(238,219,154); }
div.DivClassName
{
background-color: #EEDB9A;
}
.BgClassName
{
background-color: #EEDB9A;
}
</style>
border-color css
<style>
span { border-color: #EEDB9A; }
span { border-color: rgb(238,219,154); }
td.TdClassName
{
border-color: #EEDB9A;
}
.TagClassName
{
border-color: #EEDB9A;
}
</style>