Shades of Splash #ECDB9A
Tints of Splash #ECDB9A
RGB
CMYK
RGB Variations
Color information
#ECDB9A (or 0xECDB9A) is known color: Splash. HEX triplet: EC, DB and 9A. RGB value is (236,219,154). Sum of RGB (Red+Green+Blue) = 236+219+154=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB9A is #132465. Grayscale: #D8D8D8. Windows color (decimal): -1254502 or 10148844. OLE color: 10148844.
HSL color Cylindrical-coordinate representation of color #ECDB9A: hue angle of 47.56º degrees, saturation: 0.68, 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 #ECDB9A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 154 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.07 |
| HSL | 47.56º | 0.68% | 0.76% | - |
| HSV(B) | 47.56º | 0.35% | 0.93% | - |
| XYZ | 65.76 | 70.83 | 40.78 | - |
| YUV | 216.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 154 | 0 | 0.07 | 0.35 | 0.07 | 47.56 | 0.68 | 0.76 |
| Hex | EC | DB | 9A | 0 | 7 | 23 | 7 | 30 | 44 | 4C |
| Octal | 354 | 333 | 232 | 0 | 7 | 43 | 7 | 60 | 104 | 114 |
| Binary | 11101100 | 11011011 | 10011010 | 0 | 111 | 100011 | 111 | 110000 | 1000100 | 1001100 |
Color Harmonies of #ECDB9A
Complementary color
Monochromatic Colors of #ECDB9A
Black with #ECDB9A
Text Example
Text Example
White with #ECDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB9A; }
p { color: rgb(236,219,154); }
H1.HeaderClassName
{
color: #ECDB9A;
}
.AnyTagClassName
{
color: #ECDB9A;
}
</style>
background-color css
<style>
a { background-color: #ECDB9A; }
a { background-color: rgb(236,219,154); }
div.DivClassName
{
background-color: #ECDB9A;
}
.BgClassName
{
background-color: #ECDB9A;
}
</style>
border-color css
<style>
span { border-color: #ECDB9A; }
span { border-color: rgb(236,219,154); }
td.TdClassName
{
border-color: #ECDB9A;
}
.TagClassName
{
border-color: #ECDB9A;
}
</style>