Shades of Splash #EEDC9D
Tints of Splash #EEDC9D
RGB
CMYK
RGB Variations
Color information
#EEDC9D (or 0xEEDC9D) is known color: Splash. HEX triplet: EE, DC and 9D. RGB value is (238,220,157). Sum of RGB (Red+Green+Blue) = 238+220+157=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC9D is #112362. Grayscale: #DADADA. Windows color (decimal): -1123171 or 10345710. OLE color: 10345710.
HSL color Cylindrical-coordinate representation of color #EEDC9D: hue angle of 46.67º degrees, saturation: 0.7, 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 #EEDC9D is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 157 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.07 |
| HSL | 46.67º | 0.7% | 0.77% | - |
| HSV(B) | 46.67º | 0.34% | 0.93% | - |
| XYZ | 66.94 | 71.8 | 42.23 | - |
| YUV | 218.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 157 | 0 | 0.08 | 0.34 | 0.07 | 46.67 | 0.7 | 0.77 |
| Hex | EE | DC | 9D | 0 | 8 | 22 | 7 | 2F | 46 | 4D |
| Octal | 356 | 334 | 235 | 0 | 10 | 42 | 7 | 57 | 106 | 115 |
| Binary | 11101110 | 11011100 | 10011101 | 0 | 1000 | 100010 | 111 | 101111 | 1000110 | 1001101 |
Color Harmonies of #EEDC9D
Complementary color
Monochromatic Colors of #EEDC9D
Black with #EEDC9D
Text Example
Text Example
White with #EEDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC9D; }
p { color: rgb(238,220,157); }
H1.HeaderClassName
{
color: #EEDC9D;
}
.AnyTagClassName
{
color: #EEDC9D;
}
</style>
background-color css
<style>
a { background-color: #EEDC9D; }
a { background-color: rgb(238,220,157); }
div.DivClassName
{
background-color: #EEDC9D;
}
.BgClassName
{
background-color: #EEDC9D;
}
</style>
border-color css
<style>
span { border-color: #EEDC9D; }
span { border-color: rgb(238,220,157); }
td.TdClassName
{
border-color: #EEDC9D;
}
.TagClassName
{
border-color: #EEDC9D;
}
</style>