Shades of Medium Goldenrod #ECECAC
Tints of Medium Goldenrod #ECECAC
RGB
CMYK
RGB Variations
Color information
#ECECAC (or 0xECECAC) is known color: Medium Goldenrod. HEX triplet: EC, EC and AC. RGB value is (236,236,172). Sum of RGB (Red+Green+Blue) = 236+236+172=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECAC is #131353. Grayscale: #E4E4E4. Windows color (decimal): -1250132 or 11332844. OLE color: 11332844.
HSL color Cylindrical-coordinate representation of color #ECECAC: 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.27%. Process color model (Four color, CMYK) of #ECECAC is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 172 | - |
CMYK | 0 | 0 | 0.27 | 0.07 |
HSL | 60º | 0.63% | 0.8% | - |
HSV(B) | 60º | 0.27% | 0.93% | - |
XYZ | 72.03 | 80.8 | 50.83 | - |
YUV | 228.7 | 96 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 172 | 0 | 0 | 0.27 | 0.07 | 60 | 0.63 | 0.8 |
Hex | EC | EC | AC | 0 | 0 | 1B | 7 | 3C | 3F | 50 |
Octal | 354 | 354 | 254 | 0 | 0 | 33 | 7 | 74 | 77 | 120 |
Binary | 11101100 | 11101100 | 10101100 | 0 | 0 | 11011 | 111 | 111100 | 111111 | 1010000 |
Color Harmonies of #ECECAC
Complementary color
Monochromatic Colors of #ECECAC
Black with #ECECAC
Text Example
Text Example
White with #ECECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECAC; }
p { color: rgb(236,236,172); }
H1.HeaderClassName
{
color: #ECECAC;
}
.AnyTagClassName
{
color: #ECECAC;
}
</style>
background-color css
<style>
a { background-color: #ECECAC; }
a { background-color: rgb(236,236,172); }
div.DivClassName
{
background-color: #ECECAC;
}
.BgClassName
{
background-color: #ECECAC;
}
</style>
border-color css
<style>
span { border-color: #ECECAC; }
span { border-color: rgb(236,236,172); }
td.TdClassName
{
border-color: #ECECAC;
}
.TagClassName
{
border-color: #ECECAC;
}
</style>