Shades of Splash #ECDD99
Tints of Splash #ECDD99
RGB
CMYK
RGB Variations
Color information
#ECDD99 (or 0xECDD99) is known color: Splash. HEX triplet: EC, DD and 99. RGB value is (236,221,153). Sum of RGB (Red+Green+Blue) = 236+221+153=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD99 is #132266. Grayscale: #DADADA. Windows color (decimal): -1253991 or 10083820. OLE color: 10083820.
HSL color Cylindrical-coordinate representation of color #ECDD99: hue angle of 49.16º degrees, saturation: 0.69, 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 #ECDD99 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 153 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.07 |
| HSL | 49.16º | 0.69% | 0.76% | - |
| HSV(B) | 49.16º | 0.35% | 0.93% | - |
| XYZ | 66.2 | 71.85 | 40.52 | - |
| YUV | 217.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 153 | 0 | 0.06 | 0.35 | 0.07 | 49.16 | 0.69 | 0.76 |
| Hex | EC | DD | 99 | 0 | 6 | 23 | 7 | 31 | 45 | 4C |
| Octal | 354 | 335 | 231 | 0 | 6 | 43 | 7 | 61 | 105 | 114 |
| Binary | 11101100 | 11011101 | 10011001 | 0 | 110 | 100011 | 111 | 110001 | 1000101 | 1001100 |
Color Harmonies of #ECDD99
Complementary color
Monochromatic Colors of #ECDD99
Black with #ECDD99
Text Example
Text Example
White with #ECDD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD99; }
p { color: rgb(236,221,153); }
H1.HeaderClassName
{
color: #ECDD99;
}
.AnyTagClassName
{
color: #ECDD99;
}
</style>
background-color css
<style>
a { background-color: #ECDD99; }
a { background-color: rgb(236,221,153); }
div.DivClassName
{
background-color: #ECDD99;
}
.BgClassName
{
background-color: #ECDD99;
}
</style>
border-color css
<style>
span { border-color: #ECDD99; }
span { border-color: rgb(236,221,153); }
td.TdClassName
{
border-color: #ECDD99;
}
.TagClassName
{
border-color: #ECDD99;
}
</style>