Shades of Splash #ECD798
Tints of Splash #ECD798
RGB
CMYK
RGB Variations
Color information
#ECD798 (or 0xECD798) is known color: Splash. HEX triplet: EC, D7 and 98. RGB value is (236,215,152). Sum of RGB (Red+Green+Blue) = 236+215+152=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD798 is #132867. Grayscale: #D6D6D6. Windows color (decimal): -1255528 or 10016748. OLE color: 10016748.
HSL color Cylindrical-coordinate representation of color #ECD798: hue angle of 45º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECD798 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 152 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.07 |
| HSL | 45º | 0.69% | 0.76% | - |
| HSV(B) | 45º | 0.36% | 0.93% | - |
| XYZ | 64.56 | 68.7 | 39.56 | - |
| YUV | 214.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 152 | 0 | 0.09 | 0.36 | 0.07 | 45 | 0.69 | 0.76 |
| Hex | EC | D7 | 98 | 0 | 9 | 24 | 7 | 2D | 45 | 4C |
| Octal | 354 | 327 | 230 | 0 | 11 | 44 | 7 | 55 | 105 | 114 |
| Binary | 11101100 | 11010111 | 10011000 | 0 | 1001 | 100100 | 111 | 101101 | 1000101 | 1001100 |
Color Harmonies of #ECD798
Complementary color
Monochromatic Colors of #ECD798
Black with #ECD798
Text Example
Text Example
White with #ECD798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD798; }
p { color: rgb(236,215,152); }
H1.HeaderClassName
{
color: #ECD798;
}
.AnyTagClassName
{
color: #ECD798;
}
</style>
background-color css
<style>
a { background-color: #ECD798; }
a { background-color: rgb(236,215,152); }
div.DivClassName
{
background-color: #ECD798;
}
.BgClassName
{
background-color: #ECD798;
}
</style>
border-color css
<style>
span { border-color: #ECD798; }
span { border-color: rgb(236,215,152); }
td.TdClassName
{
border-color: #ECD798;
}
.TagClassName
{
border-color: #ECD798;
}
</style>