Shades of Medium Goldenrod #ECEAAC
Tints of Medium Goldenrod #ECEAAC
RGB
CMYK
RGB Variations
Color information
#ECEAAC (or 0xECEAAC) is known color: Medium Goldenrod. HEX triplet: EC, EA and AC. RGB value is (236,234,172). Sum of RGB (Red+Green+Blue) = 236+234+172=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEAAC is #131553. Grayscale: #E3E3E3. Windows color (decimal): -1250644 or 11332332. OLE color: 11332332.
HSL color Cylindrical-coordinate representation of color #ECEAAC: hue angle of 58.12º 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 #ECEAAC is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 172 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.07 |
| HSL | 58.13º | 0.63% | 0.8% | - |
| HSV(B) | 58.13º | 0.27% | 0.93% | - |
| XYZ | 71.46 | 79.66 | 50.64 | - |
| YUV | 227.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 172 | 0 | 0.01 | 0.27 | 0.07 | 58.13 | 0.63 | 0.8 |
| Hex | EC | EA | AC | 0 | 1 | 1B | 7 | 3A | 3F | 50 |
| Octal | 354 | 352 | 254 | 0 | 1 | 33 | 7 | 72 | 77 | 120 |
| Binary | 11101100 | 11101010 | 10101100 | 0 | 1 | 11011 | 111 | 111010 | 111111 | 1010000 |
Color Harmonies of #ECEAAC
Complementary color
Monochromatic Colors of #ECEAAC
Black with #ECEAAC
Text Example
Text Example
White with #ECEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAAC; }
p { color: rgb(236,234,172); }
H1.HeaderClassName
{
color: #ECEAAC;
}
.AnyTagClassName
{
color: #ECEAAC;
}
</style>
background-color css
<style>
a { background-color: #ECEAAC; }
a { background-color: rgb(236,234,172); }
div.DivClassName
{
background-color: #ECEAAC;
}
.BgClassName
{
background-color: #ECEAAC;
}
</style>
border-color css
<style>
span { border-color: #ECEAAC; }
span { border-color: rgb(236,234,172); }
td.TdClassName
{
border-color: #ECEAAC;
}
.TagClassName
{
border-color: #ECEAAC;
}
</style>