Shades of Splash #EED99C
Tints of Splash #EED99C
RGB
CMYK
RGB Variations
Color information
#EED99C (or 0xEED99C) is known color: Splash. HEX triplet: EE, D9 and 9C. RGB value is (238,217,156). Sum of RGB (Red+Green+Blue) = 238+217+156=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EED99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED99C is #112663. Grayscale: #D8D8D8. Windows color (decimal): -1123940 or 10279406. OLE color: 10279406.
HSL color Cylindrical-coordinate representation of color #EED99C: hue angle of 44.63º 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 #EED99C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 156 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.07 |
| HSL | 44.63º | 0.71% | 0.77% | - |
| HSV(B) | 44.63º | 0.34% | 0.93% | - |
| XYZ | 66.07 | 70.2 | 41.52 | - |
| YUV | 216.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 156 | 0 | 0.09 | 0.34 | 0.07 | 44.63 | 0.71 | 0.77 |
| Hex | EE | D9 | 9C | 0 | 9 | 22 | 7 | 2D | 47 | 4D |
| Octal | 356 | 331 | 234 | 0 | 11 | 42 | 7 | 55 | 107 | 115 |
| Binary | 11101110 | 11011001 | 10011100 | 0 | 1001 | 100010 | 111 | 101101 | 1000111 | 1001101 |
Color Harmonies of #EED99C
Complementary color
Monochromatic Colors of #EED99C
Black with #EED99C
Text Example
Text Example
White with #EED99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED99C; }
p { color: rgb(238,217,156); }
H1.HeaderClassName
{
color: #EED99C;
}
.AnyTagClassName
{
color: #EED99C;
}
</style>
background-color css
<style>
a { background-color: #EED99C; }
a { background-color: rgb(238,217,156); }
div.DivClassName
{
background-color: #EED99C;
}
.BgClassName
{
background-color: #EED99C;
}
</style>
border-color css
<style>
span { border-color: #EED99C; }
span { border-color: rgb(238,217,156); }
td.TdClassName
{
border-color: #EED99C;
}
.TagClassName
{
border-color: #EED99C;
}
</style>