Shades of Splash #EED99D
Tints of Splash #EED99D
RGB
CMYK
RGB Variations
Color information
#EED99D (or 0xEED99D) is known color: Splash. HEX triplet: EE, D9 and 9D. RGB value is (238,217,157). Sum of RGB (Red+Green+Blue) = 238+217+157=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EED99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED99D is #112662. Grayscale: #D8D8D8. Windows color (decimal): -1123939 or 10344942. OLE color: 10344942.
HSL color Cylindrical-coordinate representation of color #EED99D: hue angle of 44.44º 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 #EED99D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 157 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.07 |
| HSL | 44.44º | 0.7% | 0.77% | - |
| HSV(B) | 44.44º | 0.34% | 0.93% | - |
| XYZ | 66.16 | 70.24 | 41.97 | - |
| YUV | 216.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 157 | 0 | 0.09 | 0.34 | 0.07 | 44.44 | 0.7 | 0.77 |
| Hex | EE | D9 | 9D | 0 | 9 | 22 | 7 | 2C | 46 | 4D |
| Octal | 356 | 331 | 235 | 0 | 11 | 42 | 7 | 54 | 106 | 115 |
| Binary | 11101110 | 11011001 | 10011101 | 0 | 1001 | 100010 | 111 | 101100 | 1000110 | 1001101 |
Color Harmonies of #EED99D
Complementary color
Monochromatic Colors of #EED99D
Black with #EED99D
Text Example
Text Example
White with #EED99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED99D; }
p { color: rgb(238,217,157); }
H1.HeaderClassName
{
color: #EED99D;
}
.AnyTagClassName
{
color: #EED99D;
}
</style>
background-color css
<style>
a { background-color: #EED99D; }
a { background-color: rgb(238,217,157); }
div.DivClassName
{
background-color: #EED99D;
}
.BgClassName
{
background-color: #EED99D;
}
</style>
border-color css
<style>
span { border-color: #EED99D; }
span { border-color: rgb(238,217,157); }
td.TdClassName
{
border-color: #EED99D;
}
.TagClassName
{
border-color: #EED99D;
}
</style>