Shades of Splash #ECDA9B
Tints of Splash #ECDA9B
RGB
CMYK
RGB Variations
Color information
#ECDA9B (or 0xECDA9B) is known color: Splash. HEX triplet: EC, DA and 9B. RGB value is (236,218,155). Sum of RGB (Red+Green+Blue) = 236+218+155=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA9B is #132564. Grayscale: #D8D8D8. Windows color (decimal): -1254757 or 10214124. OLE color: 10214124.
HSL color Cylindrical-coordinate representation of color #ECDA9B: hue angle of 46.67º 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 #ECDA9B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 155 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.07 |
| HSL | 46.67º | 0.68% | 0.77% | - |
| HSV(B) | 46.67º | 0.34% | 0.93% | - |
| XYZ | 65.58 | 70.34 | 41.13 | - |
| YUV | 216.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 155 | 0 | 0.08 | 0.34 | 0.07 | 46.67 | 0.68 | 0.77 |
| Hex | EC | DA | 9B | 0 | 8 | 22 | 7 | 2F | 44 | 4D |
| Octal | 354 | 332 | 233 | 0 | 10 | 42 | 7 | 57 | 104 | 115 |
| Binary | 11101100 | 11011010 | 10011011 | 0 | 1000 | 100010 | 111 | 101111 | 1000100 | 1001101 |
Color Harmonies of #ECDA9B
Complementary color
Monochromatic Colors of #ECDA9B
Black with #ECDA9B
Text Example
Text Example
White with #ECDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA9B; }
p { color: rgb(236,218,155); }
H1.HeaderClassName
{
color: #ECDA9B;
}
.AnyTagClassName
{
color: #ECDA9B;
}
</style>
background-color css
<style>
a { background-color: #ECDA9B; }
a { background-color: rgb(236,218,155); }
div.DivClassName
{
background-color: #ECDA9B;
}
.BgClassName
{
background-color: #ECDA9B;
}
</style>
border-color css
<style>
span { border-color: #ECDA9B; }
span { border-color: rgb(236,218,155); }
td.TdClassName
{
border-color: #ECDA9B;
}
.TagClassName
{
border-color: #ECDA9B;
}
</style>