Shades of Splash #ECD99A
Tints of Splash #ECD99A
RGB
CMYK
RGB Variations
Color information
#ECD99A (or 0xECD99A) is known color: Splash. HEX triplet: EC, D9 and 9A. RGB value is (236,217,154). Sum of RGB (Red+Green+Blue) = 236+217+154=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD99A is #132665. Grayscale: #D7D7D7. Windows color (decimal): -1255014 or 10148332. OLE color: 10148332.
HSL color Cylindrical-coordinate representation of color #ECD99A: hue angle of 46.1º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECD99A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 154 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.07 |
| HSL | 46.1º | 0.68% | 0.76% | - |
| HSV(B) | 46.1º | 0.35% | 0.93% | - |
| XYZ | 65.24 | 69.79 | 40.6 | - |
| YUV | 215.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 154 | 0 | 0.08 | 0.35 | 0.07 | 46.1 | 0.68 | 0.76 |
| Hex | EC | D9 | 9A | 0 | 8 | 23 | 7 | 2E | 44 | 4C |
| Octal | 354 | 331 | 232 | 0 | 10 | 43 | 7 | 56 | 104 | 114 |
| Binary | 11101100 | 11011001 | 10011010 | 0 | 1000 | 100011 | 111 | 101110 | 1000100 | 1001100 |
Color Harmonies of #ECD99A
Complementary color
Monochromatic Colors of #ECD99A
Black with #ECD99A
Text Example
Text Example
White with #ECD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD99A; }
p { color: rgb(236,217,154); }
H1.HeaderClassName
{
color: #ECD99A;
}
.AnyTagClassName
{
color: #ECD99A;
}
</style>
background-color css
<style>
a { background-color: #ECD99A; }
a { background-color: rgb(236,217,154); }
div.DivClassName
{
background-color: #ECD99A;
}
.BgClassName
{
background-color: #ECD99A;
}
</style>
border-color css
<style>
span { border-color: #ECD99A; }
span { border-color: rgb(236,217,154); }
td.TdClassName
{
border-color: #ECD99A;
}
.TagClassName
{
border-color: #ECD99A;
}
</style>