Shades of Splash #EEDC9C
Tints of Splash #EEDC9C
RGB
CMYK
RGB Variations
Color information
#EEDC9C (or 0xEEDC9C) is known color: Splash. HEX triplet: EE, DC and 9C. RGB value is (238,220,156). Sum of RGB (Red+Green+Blue) = 238+220+156=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC9C is #112363. Grayscale: #DADADA. Windows color (decimal): -1123172 or 10280174. OLE color: 10280174.
HSL color Cylindrical-coordinate representation of color #EEDC9C: hue angle of 46.83º 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 #EEDC9C is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 156 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.07 |
| HSL | 46.83º | 0.71% | 0.77% | - |
| HSV(B) | 46.83º | 0.34% | 0.93% | - |
| XYZ | 66.85 | 71.76 | 41.78 | - |
| YUV | 218.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 156 | 0 | 0.08 | 0.34 | 0.07 | 46.83 | 0.71 | 0.77 |
| Hex | EE | DC | 9C | 0 | 8 | 22 | 7 | 2F | 47 | 4D |
| Octal | 356 | 334 | 234 | 0 | 10 | 42 | 7 | 57 | 107 | 115 |
| Binary | 11101110 | 11011100 | 10011100 | 0 | 1000 | 100010 | 111 | 101111 | 1000111 | 1001101 |
Color Harmonies of #EEDC9C
Complementary color
Monochromatic Colors of #EEDC9C
Black with #EEDC9C
Text Example
Text Example
White with #EEDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC9C; }
p { color: rgb(238,220,156); }
H1.HeaderClassName
{
color: #EEDC9C;
}
.AnyTagClassName
{
color: #EEDC9C;
}
</style>
background-color css
<style>
a { background-color: #EEDC9C; }
a { background-color: rgb(238,220,156); }
div.DivClassName
{
background-color: #EEDC9C;
}
.BgClassName
{
background-color: #EEDC9C;
}
</style>
border-color css
<style>
span { border-color: #EEDC9C; }
span { border-color: rgb(238,220,156); }
td.TdClassName
{
border-color: #EEDC9C;
}
.TagClassName
{
border-color: #EEDC9C;
}
</style>