Shades of Splash #ECD993
Tints of Splash #ECD993
RGB
CMYK
RGB Variations
Color information
#ECD993 (or 0xECD993) is known color: Splash. HEX triplet: EC, D9 and 93. RGB value is (236,217,147). Sum of RGB (Red+Green+Blue) = 236+217+147=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD993 is #13266C. Grayscale: #D7D7D7. Windows color (decimal): -1255021 or 9689580. OLE color: 9689580.
HSL color Cylindrical-coordinate representation of color #ECD993: hue angle of 47.19º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECD993 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 147 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.07 |
| HSL | 47.19º | 0.7% | 0.75% | - |
| HSV(B) | 47.19º | 0.38% | 0.93% | - |
| XYZ | 64.67 | 69.57 | 37.62 | - |
| YUV | 214.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 147 | 0 | 0.08 | 0.38 | 0.07 | 47.19 | 0.7 | 0.75 |
| Hex | EC | D9 | 93 | 0 | 8 | 26 | 7 | 2F | 46 | 4B |
| Octal | 354 | 331 | 223 | 0 | 10 | 46 | 7 | 57 | 106 | 113 |
| Binary | 11101100 | 11011001 | 10010011 | 0 | 1000 | 100110 | 111 | 101111 | 1000110 | 1001011 |
Color Harmonies of #ECD993
Complementary color
Monochromatic Colors of #ECD993
Black with #ECD993
Text Example
Text Example
White with #ECD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD993; }
p { color: rgb(236,217,147); }
H1.HeaderClassName
{
color: #ECD993;
}
.AnyTagClassName
{
color: #ECD993;
}
</style>
background-color css
<style>
a { background-color: #ECD993; }
a { background-color: rgb(236,217,147); }
div.DivClassName
{
background-color: #ECD993;
}
.BgClassName
{
background-color: #ECD993;
}
</style>
border-color css
<style>
span { border-color: #ECD993; }
span { border-color: rgb(236,217,147); }
td.TdClassName
{
border-color: #ECD993;
}
.TagClassName
{
border-color: #ECD993;
}
</style>