Shades of Splash #ECDB9B
Tints of Splash #ECDB9B
RGB
CMYK
RGB Variations
Color information
#ECDB9B (or 0xECDB9B) is known color: Splash. HEX triplet: EC, DB and 9B. RGB value is (236,219,155). Sum of RGB (Red+Green+Blue) = 236+219+155=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB9B is #132464. Grayscale: #D9D9D9. Windows color (decimal): -1254501 or 10214380. OLE color: 10214380.
HSL color Cylindrical-coordinate representation of color #ECDB9B: hue angle of 47.41º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECDB9B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 155 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.07 |
| HSL | 47.41º | 0.68% | 0.77% | - |
| HSV(B) | 47.41º | 0.34% | 0.93% | - |
| XYZ | 65.84 | 70.86 | 41.22 | - |
| YUV | 216.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 155 | 0 | 0.07 | 0.34 | 0.07 | 47.41 | 0.68 | 0.77 |
| Hex | EC | DB | 9B | 0 | 7 | 22 | 7 | 2F | 44 | 4D |
| Octal | 354 | 333 | 233 | 0 | 7 | 42 | 7 | 57 | 104 | 115 |
| Binary | 11101100 | 11011011 | 10011011 | 0 | 111 | 100010 | 111 | 101111 | 1000100 | 1001101 |
Color Harmonies of #ECDB9B
Complementary color
Monochromatic Colors of #ECDB9B
Black with #ECDB9B
Text Example
Text Example
White with #ECDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB9B; }
p { color: rgb(236,219,155); }
H1.HeaderClassName
{
color: #ECDB9B;
}
.AnyTagClassName
{
color: #ECDB9B;
}
</style>
background-color css
<style>
a { background-color: #ECDB9B; }
a { background-color: rgb(236,219,155); }
div.DivClassName
{
background-color: #ECDB9B;
}
.BgClassName
{
background-color: #ECDB9B;
}
</style>
border-color css
<style>
span { border-color: #ECDB9B; }
span { border-color: rgb(236,219,155); }
td.TdClassName
{
border-color: #ECDB9B;
}
.TagClassName
{
border-color: #ECDB9B;
}
</style>