Shades of Splash #ECD89B
Tints of Splash #ECD89B
RGB
CMYK
RGB Variations
Color information
#ECD89B (or 0xECD89B) is known color: Splash. HEX triplet: EC, D8 and 9B. RGB value is (236,216,155). Sum of RGB (Red+Green+Blue) = 236+216+155=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD89B is #132764. Grayscale: #D7D7D7. Windows color (decimal): -1255269 or 10213612. OLE color: 10213612.
HSL color Cylindrical-coordinate representation of color #ECD89B: hue angle of 45.19º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECD89B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 155 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.07 |
| HSL | 45.19º | 0.68% | 0.77% | - |
| HSV(B) | 45.19º | 0.34% | 0.93% | - |
| XYZ | 65.06 | 69.31 | 40.96 | - |
| YUV | 215.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 155 | 0 | 0.08 | 0.34 | 0.07 | 45.19 | 0.68 | 0.77 |
| Hex | EC | D8 | 9B | 0 | 8 | 22 | 7 | 2D | 44 | 4D |
| Octal | 354 | 330 | 233 | 0 | 10 | 42 | 7 | 55 | 104 | 115 |
| Binary | 11101100 | 11011000 | 10011011 | 0 | 1000 | 100010 | 111 | 101101 | 1000100 | 1001101 |
Color Harmonies of #ECD89B
Complementary color
Monochromatic Colors of #ECD89B
Black with #ECD89B
Text Example
Text Example
White with #ECD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD89B; }
p { color: rgb(236,216,155); }
H1.HeaderClassName
{
color: #ECD89B;
}
.AnyTagClassName
{
color: #ECD89B;
}
</style>
background-color css
<style>
a { background-color: #ECD89B; }
a { background-color: rgb(236,216,155); }
div.DivClassName
{
background-color: #ECD89B;
}
.BgClassName
{
background-color: #ECD89B;
}
</style>
border-color css
<style>
span { border-color: #ECD89B; }
span { border-color: rgb(236,216,155); }
td.TdClassName
{
border-color: #ECD89B;
}
.TagClassName
{
border-color: #ECD89B;
}
</style>