Shades of Splash #ECDB9D
Tints of Splash #ECDB9D
RGB
CMYK
RGB Variations
Color information
#ECDB9D (or 0xECDB9D) is known color: Splash. HEX triplet: EC, DB and 9D. RGB value is (236,219,157). Sum of RGB (Red+Green+Blue) = 236+219+157=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB9D is #132462. Grayscale: #D9D9D9. Windows color (decimal): -1254499 or 10345452. OLE color: 10345452.
HSL color Cylindrical-coordinate representation of color #ECDB9D: hue angle of 47.09º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECDB9D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 157 | - |
CMYK | 0 | 0.07 | 0.33 | 0.07 |
HSL | 47.09º | 0.68% | 0.77% | - |
HSV(B) | 47.09º | 0.33% | 0.93% | - |
XYZ | 66.01 | 70.93 | 42.11 | - |
YUV | 217.02 | 94.13 | 141.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 157 | 0 | 0.07 | 0.33 | 0.07 | 47.09 | 0.68 | 0.77 |
Hex | EC | DB | 9D | 0 | 7 | 21 | 7 | 2F | 44 | 4D |
Octal | 354 | 333 | 235 | 0 | 7 | 41 | 7 | 57 | 104 | 115 |
Binary | 11101100 | 11011011 | 10011101 | 0 | 111 | 100001 | 111 | 101111 | 1000100 | 1001101 |
Color Harmonies of #ECDB9D
Complementary color
Monochromatic Colors of #ECDB9D
Black with #ECDB9D
Text Example
Text Example
White with #ECDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB9D; }
p { color: rgb(236,219,157); }
H1.HeaderClassName
{
color: #ECDB9D;
}
.AnyTagClassName
{
color: #ECDB9D;
}
</style>
background-color css
<style>
a { background-color: #ECDB9D; }
a { background-color: rgb(236,219,157); }
div.DivClassName
{
background-color: #ECDB9D;
}
.BgClassName
{
background-color: #ECDB9D;
}
</style>
border-color css
<style>
span { border-color: #ECDB9D; }
span { border-color: rgb(236,219,157); }
td.TdClassName
{
border-color: #ECDB9D;
}
.TagClassName
{
border-color: #ECDB9D;
}
</style>