Shades of Splash #ECDB99
Tints of Splash #ECDB99
RGB
CMYK
RGB Variations
Color information
#ECDB99 (or 0xECDB99) is known color: Splash. HEX triplet: EC, DB and 99. RGB value is (236,219,153). Sum of RGB (Red+Green+Blue) = 236+219+153=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB99 is #132466. Grayscale: #D8D8D8. Windows color (decimal): -1254503 or 10083308. OLE color: 10083308.
HSL color Cylindrical-coordinate representation of color #ECDB99: hue angle of 47.71º degrees, saturation: 0.69, 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 #ECDB99 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 153 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.07 |
| HSL | 47.71º | 0.69% | 0.76% | - |
| HSV(B) | 47.71º | 0.35% | 0.93% | - |
| XYZ | 65.67 | 70.8 | 40.34 | - |
| YUV | 216.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 153 | 0 | 0.07 | 0.35 | 0.07 | 47.71 | 0.69 | 0.76 |
| Hex | EC | DB | 99 | 0 | 7 | 23 | 7 | 30 | 45 | 4C |
| Octal | 354 | 333 | 231 | 0 | 7 | 43 | 7 | 60 | 105 | 114 |
| Binary | 11101100 | 11011011 | 10011001 | 0 | 111 | 100011 | 111 | 110000 | 1000101 | 1001100 |
Color Harmonies of #ECDB99
Complementary color
Monochromatic Colors of #ECDB99
Black with #ECDB99
Text Example
Text Example
White with #ECDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB99; }
p { color: rgb(236,219,153); }
H1.HeaderClassName
{
color: #ECDB99;
}
.AnyTagClassName
{
color: #ECDB99;
}
</style>
background-color css
<style>
a { background-color: #ECDB99; }
a { background-color: rgb(236,219,153); }
div.DivClassName
{
background-color: #ECDB99;
}
.BgClassName
{
background-color: #ECDB99;
}
</style>
border-color css
<style>
span { border-color: #ECDB99; }
span { border-color: rgb(236,219,153); }
td.TdClassName
{
border-color: #ECDB99;
}
.TagClassName
{
border-color: #ECDB99;
}
</style>