Shades of Splash #ECDC9C
Tints of Splash #ECDC9C
RGB
CMYK
RGB Variations
Color information
#ECDC9C (or 0xECDC9C) is known color: Splash. HEX triplet: EC, DC and 9C. RGB value is (236,220,156). Sum of RGB (Red+Green+Blue) = 236+220+156=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC9C is #132363. Grayscale: #D9D9D9. Windows color (decimal): -1254244 or 10280172. OLE color: 10280172.
HSL color Cylindrical-coordinate representation of color #ECDC9C: hue angle of 48º 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 #ECDC9C is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 156 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.07 |
| HSL | 48º | 0.68% | 0.77% | - |
| HSV(B) | 48º | 0.34% | 0.93% | - |
| XYZ | 66.19 | 71.42 | 41.75 | - |
| YUV | 217.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 156 | 0 | 0.07 | 0.34 | 0.07 | 48 | 0.68 | 0.77 |
| Hex | EC | DC | 9C | 0 | 7 | 22 | 7 | 30 | 44 | 4D |
| Octal | 354 | 334 | 234 | 0 | 7 | 42 | 7 | 60 | 104 | 115 |
| Binary | 11101100 | 11011100 | 10011100 | 0 | 111 | 100010 | 111 | 110000 | 1000100 | 1001101 |
Color Harmonies of #ECDC9C
Complementary color
Monochromatic Colors of #ECDC9C
Black with #ECDC9C
Text Example
Text Example
White with #ECDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC9C; }
p { color: rgb(236,220,156); }
H1.HeaderClassName
{
color: #ECDC9C;
}
.AnyTagClassName
{
color: #ECDC9C;
}
</style>
background-color css
<style>
a { background-color: #ECDC9C; }
a { background-color: rgb(236,220,156); }
div.DivClassName
{
background-color: #ECDC9C;
}
.BgClassName
{
background-color: #ECDC9C;
}
</style>
border-color css
<style>
span { border-color: #ECDC9C; }
span { border-color: rgb(236,220,156); }
td.TdClassName
{
border-color: #ECDC9C;
}
.TagClassName
{
border-color: #ECDC9C;
}
</style>