Shades of Splash #ECD399
Tints of Splash #ECD399
RGB
CMYK
RGB Variations
Color information
#ECD399 (or 0xECD399) is known color: Splash. HEX triplet: EC, D3 and 99. RGB value is (236,211,153). Sum of RGB (Red+Green+Blue) = 236+211+153=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD399 is #132C66. Grayscale: #D4D4D4. Windows color (decimal): -1256551 or 10081260. OLE color: 10081260.
HSL color Cylindrical-coordinate representation of color #ECD399: hue angle of 41.93º 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 #ECD399 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 153 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.07 |
| HSL | 41.93º | 0.69% | 0.76% | - |
| HSV(B) | 41.93º | 0.35% | 0.93% | - |
| XYZ | 63.64 | 66.72 | 39.66 | - |
| YUV | 211.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 153 | 0 | 0.11 | 0.35 | 0.07 | 41.93 | 0.69 | 0.76 |
| Hex | EC | D3 | 99 | 0 | B | 23 | 7 | 2A | 45 | 4C |
| Octal | 354 | 323 | 231 | 0 | 13 | 43 | 7 | 52 | 105 | 114 |
| Binary | 11101100 | 11010011 | 10011001 | 0 | 1011 | 100011 | 111 | 101010 | 1000101 | 1001100 |
Color Harmonies of #ECD399
Complementary color
Monochromatic Colors of #ECD399
Black with #ECD399
Text Example
Text Example
White with #ECD399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD399; }
p { color: rgb(236,211,153); }
H1.HeaderClassName
{
color: #ECD399;
}
.AnyTagClassName
{
color: #ECD399;
}
</style>
background-color css
<style>
a { background-color: #ECD399; }
a { background-color: rgb(236,211,153); }
div.DivClassName
{
background-color: #ECD399;
}
.BgClassName
{
background-color: #ECD399;
}
</style>
border-color css
<style>
span { border-color: #ECD399; }
span { border-color: rgb(236,211,153); }
td.TdClassName
{
border-color: #ECD399;
}
.TagClassName
{
border-color: #ECD399;
}
</style>