Shades of Splash #ECDB96
Tints of Splash #ECDB96
RGB
CMYK
RGB Variations
Color information
#ECDB96 (or 0xECDB96) is known color: Splash. HEX triplet: EC, DB and 96. RGB value is (236,219,150). Sum of RGB (Red+Green+Blue) = 236+219+150=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB96 is #132469. Grayscale: #D8D8D8. Windows color (decimal): -1254506 or 9886700. OLE color: 9886700.
HSL color Cylindrical-coordinate representation of color #ECDB96: hue angle of 48.14º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECDB96 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 150 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.07 |
| HSL | 48.14º | 0.69% | 0.76% | - |
| HSV(B) | 48.14º | 0.36% | 0.93% | - |
| XYZ | 65.43 | 70.7 | 39.05 | - |
| YUV | 216.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 150 | 0 | 0.07 | 0.36 | 0.07 | 48.14 | 0.69 | 0.76 |
| Hex | EC | DB | 96 | 0 | 7 | 24 | 7 | 30 | 45 | 4C |
| Octal | 354 | 333 | 226 | 0 | 7 | 44 | 7 | 60 | 105 | 114 |
| Binary | 11101100 | 11011011 | 10010110 | 0 | 111 | 100100 | 111 | 110000 | 1000101 | 1001100 |
Color Harmonies of #ECDB96
Complementary color
Monochromatic Colors of #ECDB96
Black with #ECDB96
Text Example
Text Example
White with #ECDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB96; }
p { color: rgb(236,219,150); }
H1.HeaderClassName
{
color: #ECDB96;
}
.AnyTagClassName
{
color: #ECDB96;
}
</style>
background-color css
<style>
a { background-color: #ECDB96; }
a { background-color: rgb(236,219,150); }
div.DivClassName
{
background-color: #ECDB96;
}
.BgClassName
{
background-color: #ECDB96;
}
</style>
border-color css
<style>
span { border-color: #ECDB96; }
span { border-color: rgb(236,219,150); }
td.TdClassName
{
border-color: #ECDB96;
}
.TagClassName
{
border-color: #ECDB96;
}
</style>