Shades of Splash #ECD99C
Tints of Splash #ECD99C
RGB
CMYK
RGB Variations
Color information
#ECD99C (or 0xECD99C) is known color: Splash. HEX triplet: EC, D9 and 9C. RGB value is (236,217,156). Sum of RGB (Red+Green+Blue) = 236+217+156=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD99C is #132663. Grayscale: #D7D7D7. Windows color (decimal): -1255012 or 10279404. OLE color: 10279404.
HSL color Cylindrical-coordinate representation of color #ECD99C: hue angle of 45.75º degrees, saturation: 0.68, 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 #ECD99C is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 156 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.07 |
| HSL | 45.75º | 0.68% | 0.77% | - |
| HSV(B) | 45.75º | 0.34% | 0.93% | - |
| XYZ | 65.41 | 69.86 | 41.49 | - |
| YUV | 215.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 156 | 0 | 0.08 | 0.34 | 0.07 | 45.75 | 0.68 | 0.77 |
| Hex | EC | D9 | 9C | 0 | 8 | 22 | 7 | 2E | 44 | 4D |
| Octal | 354 | 331 | 234 | 0 | 10 | 42 | 7 | 56 | 104 | 115 |
| Binary | 11101100 | 11011001 | 10011100 | 0 | 1000 | 100010 | 111 | 101110 | 1000100 | 1001101 |
Color Harmonies of #ECD99C
Complementary color
Monochromatic Colors of #ECD99C
Black with #ECD99C
Text Example
Text Example
White with #ECD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD99C; }
p { color: rgb(236,217,156); }
H1.HeaderClassName
{
color: #ECD99C;
}
.AnyTagClassName
{
color: #ECD99C;
}
</style>
background-color css
<style>
a { background-color: #ECD99C; }
a { background-color: rgb(236,217,156); }
div.DivClassName
{
background-color: #ECD99C;
}
.BgClassName
{
background-color: #ECD99C;
}
</style>
border-color css
<style>
span { border-color: #ECD99C; }
span { border-color: rgb(236,217,156); }
td.TdClassName
{
border-color: #ECD99C;
}
.TagClassName
{
border-color: #ECD99C;
}
</style>