Shades of Medium Goldenrod #ECEAAA
Tints of Medium Goldenrod #ECEAAA
RGB
CMYK
RGB Variations
Color information
#ECEAAA (or 0xECEAAA) is known color: Medium Goldenrod. HEX triplet: EC, EA and AA. RGB value is (236,234,170). Sum of RGB (Red+Green+Blue) = 236+234+170=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEAAA is #131555. Grayscale: #E3E3E3. Windows color (decimal): -1250646 or 11201260. OLE color: 11201260.
HSL color Cylindrical-coordinate representation of color #ECEAAA: hue angle of 58.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECEAAA is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 170 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.07 |
| HSL | 58.18º | 0.63% | 0.8% | - |
| HSV(B) | 58.18º | 0.28% | 0.93% | - |
| XYZ | 71.27 | 79.58 | 49.63 | - |
| YUV | 227.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 170 | 0 | 0.01 | 0.28 | 0.07 | 58.18 | 0.63 | 0.8 |
| Hex | EC | EA | AA | 0 | 1 | 1C | 7 | 3A | 3F | 50 |
| Octal | 354 | 352 | 252 | 0 | 1 | 34 | 7 | 72 | 77 | 120 |
| Binary | 11101100 | 11101010 | 10101010 | 0 | 1 | 11100 | 111 | 111010 | 111111 | 1010000 |
Color Harmonies of #ECEAAA
Complementary color
Monochromatic Colors of #ECEAAA
Black with #ECEAAA
Text Example
Text Example
White with #ECEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAAA; }
p { color: rgb(236,234,170); }
H1.HeaderClassName
{
color: #ECEAAA;
}
.AnyTagClassName
{
color: #ECEAAA;
}
</style>
background-color css
<style>
a { background-color: #ECEAAA; }
a { background-color: rgb(236,234,170); }
div.DivClassName
{
background-color: #ECEAAA;
}
.BgClassName
{
background-color: #ECEAAA;
}
</style>
border-color css
<style>
span { border-color: #ECEAAA; }
span { border-color: rgb(236,234,170); }
td.TdClassName
{
border-color: #ECEAAA;
}
.TagClassName
{
border-color: #ECEAAA;
}
</style>