Shades of Splash #ECD59E
Tints of Splash #ECD59E
RGB
CMYK
RGB Variations
Color information
#ECD59E (or 0xECD59E) is known color: Splash. HEX triplet: EC, D5 and 9E. RGB value is (236,213,158). Sum of RGB (Red+Green+Blue) = 236+213+158=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD59E is #132A61. Grayscale: #D5D5D5. Windows color (decimal): -1256034 or 10409452. OLE color: 10409452.
HSL color Cylindrical-coordinate representation of color #ECD59E: hue angle of 42.31º 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 #ECD59E is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 158 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.07 |
| HSL | 42.31º | 0.67% | 0.77% | - |
| HSV(B) | 42.31º | 0.33% | 0.93% | - |
| XYZ | 64.56 | 67.89 | 42.05 | - |
| YUV | 213.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 158 | 0 | 0.10 | 0.33 | 0.07 | 42.31 | 0.67 | 0.77 |
| Hex | EC | D5 | 9E | 0 | A | 21 | 7 | 2A | 43 | 4D |
| Octal | 354 | 325 | 236 | 0 | 12 | 41 | 7 | 52 | 103 | 115 |
| Binary | 11101100 | 11010101 | 10011110 | 0 | 1010 | 100001 | 111 | 101010 | 1000011 | 1001101 |
Color Harmonies of #ECD59E
Complementary color
Monochromatic Colors of #ECD59E
Black with #ECD59E
Text Example
Text Example
White with #ECD59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD59E; }
p { color: rgb(236,213,158); }
H1.HeaderClassName
{
color: #ECD59E;
}
.AnyTagClassName
{
color: #ECD59E;
}
</style>
background-color css
<style>
a { background-color: #ECD59E; }
a { background-color: rgb(236,213,158); }
div.DivClassName
{
background-color: #ECD59E;
}
.BgClassName
{
background-color: #ECD59E;
}
</style>
border-color css
<style>
span { border-color: #ECD59E; }
span { border-color: rgb(236,213,158); }
td.TdClassName
{
border-color: #ECD59E;
}
.TagClassName
{
border-color: #ECD59E;
}
</style>