Shades of Splash #ECD99E
Tints of Splash #ECD99E
RGB
CMYK
RGB Variations
Color information
#ECD99E (or 0xECD99E) is known color: Splash. HEX triplet: EC, D9 and 9E. RGB value is (236,217,158). Sum of RGB (Red+Green+Blue) = 236+217+158=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD99E is #132661. Grayscale: #D8D8D8. Windows color (decimal): -1255010 or 10410476. OLE color: 10410476.
HSL color Cylindrical-coordinate representation of color #ECD99E: hue angle of 45.38º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECD99E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 158 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.07 |
| HSL | 45.38º | 0.67% | 0.77% | - |
| HSV(B) | 45.38º | 0.33% | 0.93% | - |
| XYZ | 65.58 | 69.93 | 42.39 | - |
| YUV | 215.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 158 | 0 | 0.08 | 0.33 | 0.07 | 45.38 | 0.67 | 0.77 |
| Hex | EC | D9 | 9E | 0 | 8 | 21 | 7 | 2D | 43 | 4D |
| Octal | 354 | 331 | 236 | 0 | 10 | 41 | 7 | 55 | 103 | 115 |
| Binary | 11101100 | 11011001 | 10011110 | 0 | 1000 | 100001 | 111 | 101101 | 1000011 | 1001101 |
Color Harmonies of #ECD99E
Complementary color
Monochromatic Colors of #ECD99E
Black with #ECD99E
Text Example
Text Example
White with #ECD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD99E; }
p { color: rgb(236,217,158); }
H1.HeaderClassName
{
color: #ECD99E;
}
.AnyTagClassName
{
color: #ECD99E;
}
</style>
background-color css
<style>
a { background-color: #ECD99E; }
a { background-color: rgb(236,217,158); }
div.DivClassName
{
background-color: #ECD99E;
}
.BgClassName
{
background-color: #ECD99E;
}
</style>
border-color css
<style>
span { border-color: #ECD99E; }
span { border-color: rgb(236,217,158); }
td.TdClassName
{
border-color: #ECD99E;
}
.TagClassName
{
border-color: #ECD99E;
}
</style>