Shades of Medium Goldenrod #ECECAA
Tints of Medium Goldenrod #ECECAA
RGB
CMYK
RGB Variations
Color information
#ECECAA (or 0xECECAA) is known color: Medium Goldenrod. HEX triplet: EC, EC and AA. RGB value is (236,236,170). Sum of RGB (Red+Green+Blue) = 236+236+170=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECAA is #131355. Grayscale: #E4E4E4. Windows color (decimal): -1250134 or 11201772. OLE color: 11201772.
HSL color Cylindrical-coordinate representation of color #ECECAA: hue angle of 60º 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 #ECECAA is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 170 | - |
CMYK | 0 | 0 | 0.28 | 0.07 |
HSL | 60º | 0.63% | 0.8% | - |
HSV(B) | 60º | 0.28% | 0.93% | - |
XYZ | 71.84 | 80.73 | 49.83 | - |
YUV | 228.48 | 95 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 170 | 0 | 0 | 0.28 | 0.07 | 60 | 0.63 | 0.8 |
Hex | EC | EC | AA | 0 | 0 | 1C | 7 | 3C | 3F | 50 |
Octal | 354 | 354 | 252 | 0 | 0 | 34 | 7 | 74 | 77 | 120 |
Binary | 11101100 | 11101100 | 10101010 | 0 | 0 | 11100 | 111 | 111100 | 111111 | 1010000 |
Color Harmonies of #ECECAA
Complementary color
Monochromatic Colors of #ECECAA
Black with #ECECAA
Text Example
Text Example
White with #ECECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECAA; }
p { color: rgb(236,236,170); }
H1.HeaderClassName
{
color: #ECECAA;
}
.AnyTagClassName
{
color: #ECECAA;
}
</style>
background-color css
<style>
a { background-color: #ECECAA; }
a { background-color: rgb(236,236,170); }
div.DivClassName
{
background-color: #ECECAA;
}
.BgClassName
{
background-color: #ECECAA;
}
</style>
border-color css
<style>
span { border-color: #ECECAA; }
span { border-color: rgb(236,236,170); }
td.TdClassName
{
border-color: #ECECAA;
}
.TagClassName
{
border-color: #ECECAA;
}
</style>