Shades of Splash #EEDA9B
Tints of Splash #EEDA9B
RGB
CMYK
RGB Variations
Color information
#EEDA9B (or 0xEEDA9B) is known color: Splash. HEX triplet: EE, DA and 9B. RGB value is (238,218,155). Sum of RGB (Red+Green+Blue) = 238+218+155=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA9B is #112564. Grayscale: #D9D9D9. Windows color (decimal): -1123685 or 10214126. OLE color: 10214126.
HSL color Cylindrical-coordinate representation of color #EEDA9B: hue angle of 45.54º 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 #EEDA9B is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 155 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.07 |
| HSL | 45.54º | 0.71% | 0.77% | - |
| HSV(B) | 45.54º | 0.35% | 0.93% | - |
| XYZ | 66.25 | 70.69 | 41.16 | - |
| YUV | 216.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 155 | 0 | 0.08 | 0.35 | 0.07 | 45.54 | 0.71 | 0.77 |
| Hex | EE | DA | 9B | 0 | 8 | 23 | 7 | 2E | 47 | 4D |
| Octal | 356 | 332 | 233 | 0 | 10 | 43 | 7 | 56 | 107 | 115 |
| Binary | 11101110 | 11011010 | 10011011 | 0 | 1000 | 100011 | 111 | 101110 | 1000111 | 1001101 |
Color Harmonies of #EEDA9B
Complementary color
Monochromatic Colors of #EEDA9B
Black with #EEDA9B
Text Example
Text Example
White with #EEDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA9B; }
p { color: rgb(238,218,155); }
H1.HeaderClassName
{
color: #EEDA9B;
}
.AnyTagClassName
{
color: #EEDA9B;
}
</style>
background-color css
<style>
a { background-color: #EEDA9B; }
a { background-color: rgb(238,218,155); }
div.DivClassName
{
background-color: #EEDA9B;
}
.BgClassName
{
background-color: #EEDA9B;
}
</style>
border-color css
<style>
span { border-color: #EEDA9B; }
span { border-color: rgb(238,218,155); }
td.TdClassName
{
border-color: #EEDA9B;
}
.TagClassName
{
border-color: #EEDA9B;
}
</style>