Shades of Splash #ECD897
Tints of Splash #ECD897
RGB
CMYK
RGB Variations
Color information
#ECD897 (or 0xECD897) is known color: Splash. HEX triplet: EC, D8 and 97. RGB value is (236,216,151). Sum of RGB (Red+Green+Blue) = 236+216+151=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD897 is #132768. Grayscale: #D6D6D6. Windows color (decimal): -1255273 or 9951468. OLE color: 9951468.
HSL color Cylindrical-coordinate representation of color #ECD897: hue angle of 45.88º 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 #ECD897 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 151 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.07 |
| HSL | 45.88º | 0.69% | 0.76% | - |
| HSV(B) | 45.88º | 0.36% | 0.93% | - |
| XYZ | 64.73 | 69.18 | 39.22 | - |
| YUV | 214.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 151 | 0 | 0.08 | 0.36 | 0.07 | 45.88 | 0.69 | 0.76 |
| Hex | EC | D8 | 97 | 0 | 8 | 24 | 7 | 2E | 45 | 4C |
| Octal | 354 | 330 | 227 | 0 | 10 | 44 | 7 | 56 | 105 | 114 |
| Binary | 11101100 | 11011000 | 10010111 | 0 | 1000 | 100100 | 111 | 101110 | 1000101 | 1001100 |
Color Harmonies of #ECD897
Complementary color
Monochromatic Colors of #ECD897
Black with #ECD897
Text Example
Text Example
White with #ECD897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD897; }
p { color: rgb(236,216,151); }
H1.HeaderClassName
{
color: #ECD897;
}
.AnyTagClassName
{
color: #ECD897;
}
</style>
background-color css
<style>
a { background-color: #ECD897; }
a { background-color: rgb(236,216,151); }
div.DivClassName
{
background-color: #ECD897;
}
.BgClassName
{
background-color: #ECD897;
}
</style>
border-color css
<style>
span { border-color: #ECD897; }
span { border-color: rgb(236,216,151); }
td.TdClassName
{
border-color: #ECD897;
}
.TagClassName
{
border-color: #ECD897;
}
</style>