Shades of Splash #EEDA9C
Tints of Splash #EEDA9C
RGB
CMYK
RGB Variations
Color information
#EEDA9C (or 0xEEDA9C) is known color: Splash. HEX triplet: EE, DA and 9C. RGB value is (238,218,156). Sum of RGB (Red+Green+Blue) = 238+218+156=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA9C is #112563. Grayscale: #D9D9D9. Windows color (decimal): -1123684 or 10279662. OLE color: 10279662.
HSL color Cylindrical-coordinate representation of color #EEDA9C: hue angle of 45.37º 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 #EEDA9C is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 156 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.07 |
| HSL | 45.37º | 0.71% | 0.77% | - |
| HSV(B) | 45.37º | 0.34% | 0.93% | - |
| XYZ | 66.33 | 70.72 | 41.61 | - |
| YUV | 216.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 156 | 0 | 0.08 | 0.34 | 0.07 | 45.37 | 0.71 | 0.77 |
| Hex | EE | DA | 9C | 0 | 8 | 22 | 7 | 2D | 47 | 4D |
| Octal | 356 | 332 | 234 | 0 | 10 | 42 | 7 | 55 | 107 | 115 |
| Binary | 11101110 | 11011010 | 10011100 | 0 | 1000 | 100010 | 111 | 101101 | 1000111 | 1001101 |
Color Harmonies of #EEDA9C
Complementary color
Monochromatic Colors of #EEDA9C
Black with #EEDA9C
Text Example
Text Example
White with #EEDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA9C; }
p { color: rgb(238,218,156); }
H1.HeaderClassName
{
color: #EEDA9C;
}
.AnyTagClassName
{
color: #EEDA9C;
}
</style>
background-color css
<style>
a { background-color: #EEDA9C; }
a { background-color: rgb(238,218,156); }
div.DivClassName
{
background-color: #EEDA9C;
}
.BgClassName
{
background-color: #EEDA9C;
}
</style>
border-color css
<style>
span { border-color: #EEDA9C; }
span { border-color: rgb(238,218,156); }
td.TdClassName
{
border-color: #EEDA9C;
}
.TagClassName
{
border-color: #EEDA9C;
}
</style>