Shades of Splash #ECDD9E
Tints of Splash #ECDD9E
RGB
CMYK
RGB Variations
Color information
#ECDD9E (or 0xECDD9E) is known color: Splash. HEX triplet: EC, DD and 9E. RGB value is (236,221,158). Sum of RGB (Red+Green+Blue) = 236+221+158=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD9E is #132261. Grayscale: #DADADA. Windows color (decimal): -1253986 or 10411500. OLE color: 10411500.
HSL color Cylindrical-coordinate representation of color #ECDD9E: hue angle of 48.46º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECDD9E is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 158 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.07 |
| HSL | 48.46º | 0.67% | 0.77% | - |
| HSV(B) | 48.46º | 0.33% | 0.93% | - |
| XYZ | 66.62 | 72.01 | 42.74 | - |
| YUV | 218.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 158 | 0 | 0.06 | 0.33 | 0.07 | 48.46 | 0.67 | 0.77 |
| Hex | EC | DD | 9E | 0 | 6 | 21 | 7 | 30 | 43 | 4D |
| Octal | 354 | 335 | 236 | 0 | 6 | 41 | 7 | 60 | 103 | 115 |
| Binary | 11101100 | 11011101 | 10011110 | 0 | 110 | 100001 | 111 | 110000 | 1000011 | 1001101 |
Color Harmonies of #ECDD9E
Complementary color
Monochromatic Colors of #ECDD9E
Black with #ECDD9E
Text Example
Text Example
White with #ECDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD9E; }
p { color: rgb(236,221,158); }
H1.HeaderClassName
{
color: #ECDD9E;
}
.AnyTagClassName
{
color: #ECDD9E;
}
</style>
background-color css
<style>
a { background-color: #ECDD9E; }
a { background-color: rgb(236,221,158); }
div.DivClassName
{
background-color: #ECDD9E;
}
.BgClassName
{
background-color: #ECDD9E;
}
</style>
border-color css
<style>
span { border-color: #ECDD9E; }
span { border-color: rgb(236,221,158); }
td.TdClassName
{
border-color: #ECDD9E;
}
.TagClassName
{
border-color: #ECDD9E;
}
</style>