Shades of Splash #ECD59A
Tints of Splash #ECD59A
RGB
CMYK
RGB Variations
Color information
#ECD59A (or 0xECD59A) is known color: Splash. HEX triplet: EC, D5 and 9A. RGB value is (236,213,154). Sum of RGB (Red+Green+Blue) = 236+213+154=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD59A is #132A65. Grayscale: #D5D5D5. Windows color (decimal): -1256038 or 10147308. OLE color: 10147308.
HSL color Cylindrical-coordinate representation of color #ECD59A: hue angle of 43.17º 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 #ECD59A is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 154 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.07 |
| HSL | 43.17º | 0.68% | 0.76% | - |
| HSV(B) | 43.17º | 0.35% | 0.93% | - |
| XYZ | 64.22 | 67.75 | 40.27 | - |
| YUV | 213.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 154 | 0 | 0.10 | 0.35 | 0.07 | 43.17 | 0.68 | 0.76 |
| Hex | EC | D5 | 9A | 0 | A | 23 | 7 | 2B | 44 | 4C |
| Octal | 354 | 325 | 232 | 0 | 12 | 43 | 7 | 53 | 104 | 114 |
| Binary | 11101100 | 11010101 | 10011010 | 0 | 1010 | 100011 | 111 | 101011 | 1000100 | 1001100 |
Color Harmonies of #ECD59A
Complementary color
Monochromatic Colors of #ECD59A
Black with #ECD59A
Text Example
Text Example
White with #ECD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD59A; }
p { color: rgb(236,213,154); }
H1.HeaderClassName
{
color: #ECD59A;
}
.AnyTagClassName
{
color: #ECD59A;
}
</style>
background-color css
<style>
a { background-color: #ECD59A; }
a { background-color: rgb(236,213,154); }
div.DivClassName
{
background-color: #ECD59A;
}
.BgClassName
{
background-color: #ECD59A;
}
</style>
border-color css
<style>
span { border-color: #ECD59A; }
span { border-color: rgb(236,213,154); }
td.TdClassName
{
border-color: #ECD59A;
}
.TagClassName
{
border-color: #ECD59A;
}
</style>