Shades of Medium Goldenrod #ECEABA
Tints of Medium Goldenrod #ECEABA
RGB
CMYK
RGB Variations
Color information
#ECEABA (or 0xECEABA) is known color: Medium Goldenrod. HEX triplet: EC, EA and BA. RGB value is (236,234,186). Sum of RGB (Red+Green+Blue) = 236+234+186=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEABA is #131545. Grayscale: #E5E5E5. Windows color (decimal): -1250630 or 12249836. OLE color: 12249836.
HSL color Cylindrical-coordinate representation of color #ECEABA: hue angle of 57.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECEABA is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 186 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.07 |
| HSL | 57.6º | 0.57% | 0.83% | - |
| HSV(B) | 57.6º | 0.21% | 0.93% | - |
| XYZ | 72.88 | 80.22 | 58.1 | - |
| YUV | 229.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 186 | 0 | 0.01 | 0.21 | 0.07 | 57.6 | 0.57 | 0.83 |
| Hex | EC | EA | BA | 0 | 1 | 15 | 7 | 3A | 39 | 53 |
| Octal | 354 | 352 | 272 | 0 | 1 | 25 | 7 | 72 | 71 | 123 |
| Binary | 11101100 | 11101010 | 10111010 | 0 | 1 | 10101 | 111 | 111010 | 111001 | 1010011 |
Color Harmonies of #ECEABA
Complementary color
Monochromatic Colors of #ECEABA
Black with #ECEABA
Text Example
Text Example
White with #ECEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEABA; }
p { color: rgb(236,234,186); }
H1.HeaderClassName
{
color: #ECEABA;
}
.AnyTagClassName
{
color: #ECEABA;
}
</style>
background-color css
<style>
a { background-color: #ECEABA; }
a { background-color: rgb(236,234,186); }
div.DivClassName
{
background-color: #ECEABA;
}
.BgClassName
{
background-color: #ECEABA;
}
</style>
border-color css
<style>
span { border-color: #ECEABA; }
span { border-color: rgb(236,234,186); }
td.TdClassName
{
border-color: #ECEABA;
}
.TagClassName
{
border-color: #ECEABA;
}
</style>