Shades of Splash #ECDB97
Tints of Splash #ECDB97
RGB
CMYK
RGB Variations
Color information
#ECDB97 (or 0xECDB97) is known color: Splash. HEX triplet: EC, DB and 97. RGB value is (236,219,151). Sum of RGB (Red+Green+Blue) = 236+219+151=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB97 is #132468. Grayscale: #D8D8D8. Windows color (decimal): -1254505 or 9952236. OLE color: 9952236.
HSL color Cylindrical-coordinate representation of color #ECDB97: hue angle of 48º 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 #ECDB97 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 151 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.07 |
| HSL | 48º | 0.69% | 0.76% | - |
| HSV(B) | 48º | 0.36% | 0.93% | - |
| XYZ | 65.51 | 70.73 | 39.48 | - |
| YUV | 216.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 151 | 0 | 0.07 | 0.36 | 0.07 | 48 | 0.69 | 0.76 |
| Hex | EC | DB | 97 | 0 | 7 | 24 | 7 | 30 | 45 | 4C |
| Octal | 354 | 333 | 227 | 0 | 7 | 44 | 7 | 60 | 105 | 114 |
| Binary | 11101100 | 11011011 | 10010111 | 0 | 111 | 100100 | 111 | 110000 | 1000101 | 1001100 |
Color Harmonies of #ECDB97
Complementary color
Monochromatic Colors of #ECDB97
Black with #ECDB97
Text Example
Text Example
White with #ECDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB97; }
p { color: rgb(236,219,151); }
H1.HeaderClassName
{
color: #ECDB97;
}
.AnyTagClassName
{
color: #ECDB97;
}
</style>
background-color css
<style>
a { background-color: #ECDB97; }
a { background-color: rgb(236,219,151); }
div.DivClassName
{
background-color: #ECDB97;
}
.BgClassName
{
background-color: #ECDB97;
}
</style>
border-color css
<style>
span { border-color: #ECDB97; }
span { border-color: rgb(236,219,151); }
td.TdClassName
{
border-color: #ECDB97;
}
.TagClassName
{
border-color: #ECDB97;
}
</style>