Shades of Splash #ECD995
Tints of Splash #ECD995
RGB
CMYK
RGB Variations
Color information
#ECD995 (or 0xECD995) is known color: Splash. HEX triplet: EC, D9 and 95. RGB value is (236,217,149). Sum of RGB (Red+Green+Blue) = 236+217+149=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD995 is #13266A. Grayscale: #D7D7D7. Windows color (decimal): -1255019 or 9820652. OLE color: 9820652.
HSL color Cylindrical-coordinate representation of color #ECD995: hue angle of 46.9º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECD995 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 149 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.07 |
| HSL | 46.9º | 0.7% | 0.75% | - |
| HSV(B) | 46.9º | 0.37% | 0.93% | - |
| XYZ | 64.83 | 69.63 | 38.46 | - |
| YUV | 214.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 149 | 0 | 0.08 | 0.37 | 0.07 | 46.9 | 0.7 | 0.75 |
| Hex | EC | D9 | 95 | 0 | 8 | 25 | 7 | 2F | 46 | 4B |
| Octal | 354 | 331 | 225 | 0 | 10 | 45 | 7 | 57 | 106 | 113 |
| Binary | 11101100 | 11011001 | 10010101 | 0 | 1000 | 100101 | 111 | 101111 | 1000110 | 1001011 |
Color Harmonies of #ECD995
Complementary color
Monochromatic Colors of #ECD995
Black with #ECD995
Text Example
Text Example
White with #ECD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD995; }
p { color: rgb(236,217,149); }
H1.HeaderClassName
{
color: #ECD995;
}
.AnyTagClassName
{
color: #ECD995;
}
</style>
background-color css
<style>
a { background-color: #ECD995; }
a { background-color: rgb(236,217,149); }
div.DivClassName
{
background-color: #ECD995;
}
.BgClassName
{
background-color: #ECD995;
}
</style>
border-color css
<style>
span { border-color: #ECD995; }
span { border-color: rgb(236,217,149); }
td.TdClassName
{
border-color: #ECD995;
}
.TagClassName
{
border-color: #ECD995;
}
</style>