Shades of Splash #ECDA94
Tints of Splash #ECDA94
RGB
CMYK
RGB Variations
Color information
#ECDA94 (or 0xECDA94) is known color: Splash. HEX triplet: EC, DA and 94. RGB value is (236,218,148). Sum of RGB (Red+Green+Blue) = 236+218+148=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA94 is #13256B. Grayscale: #D7D7D7. Windows color (decimal): -1254764 or 9755372. OLE color: 9755372.
HSL color Cylindrical-coordinate representation of color #ECDA94: hue angle of 47.73º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECDA94 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 148 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.07 |
| HSL | 47.73º | 0.7% | 0.75% | - |
| HSV(B) | 47.73º | 0.37% | 0.93% | - |
| XYZ | 65.01 | 70.11 | 38.12 | - |
| YUV | 215.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 148 | 0 | 0.08 | 0.37 | 0.07 | 47.73 | 0.7 | 0.75 |
| Hex | EC | DA | 94 | 0 | 8 | 25 | 7 | 30 | 46 | 4B |
| Octal | 354 | 332 | 224 | 0 | 10 | 45 | 7 | 60 | 106 | 113 |
| Binary | 11101100 | 11011010 | 10010100 | 0 | 1000 | 100101 | 111 | 110000 | 1000110 | 1001011 |
Color Harmonies of #ECDA94
Complementary color
Monochromatic Colors of #ECDA94
Black with #ECDA94
Text Example
Text Example
White with #ECDA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA94; }
p { color: rgb(236,218,148); }
H1.HeaderClassName
{
color: #ECDA94;
}
.AnyTagClassName
{
color: #ECDA94;
}
</style>
background-color css
<style>
a { background-color: #ECDA94; }
a { background-color: rgb(236,218,148); }
div.DivClassName
{
background-color: #ECDA94;
}
.BgClassName
{
background-color: #ECDA94;
}
</style>
border-color css
<style>
span { border-color: #ECDA94; }
span { border-color: rgb(236,218,148); }
td.TdClassName
{
border-color: #ECDA94;
}
.TagClassName
{
border-color: #ECDA94;
}
</style>