Shades of Medium Goldenrod #ECEAB5
Tints of Medium Goldenrod #ECEAB5
RGB
CMYK
RGB Variations
Color information
#ECEAB5 (or 0xECEAB5) is known color: Medium Goldenrod. HEX triplet: EC, EA and B5. RGB value is (236,234,181). Sum of RGB (Red+Green+Blue) = 236+234+181=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 181 (71.09% from 255 or 27.80% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAB5 is #13154A. Grayscale: #E4E4E4. Windows color (decimal): -1250635 or 11922156. OLE color: 11922156.
HSL color Cylindrical-coordinate representation of color #ECEAB5: hue angle of 57.82º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECEAB5 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 181 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.07 |
| HSL | 57.82º | 0.59% | 0.82% | - |
| HSV(B) | 57.82º | 0.23% | 0.93% | - |
| XYZ | 72.36 | 80.01 | 55.35 | - |
| YUV | 228.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 181 | 0 | 0.01 | 0.23 | 0.07 | 57.82 | 0.59 | 0.82 |
| Hex | EC | EA | B5 | 0 | 1 | 17 | 7 | 3A | 3B | 52 |
| Octal | 354 | 352 | 265 | 0 | 1 | 27 | 7 | 72 | 73 | 122 |
| Binary | 11101100 | 11101010 | 10110101 | 0 | 1 | 10111 | 111 | 111010 | 111011 | 1010010 |
Color Harmonies of #ECEAB5
Complementary color
Monochromatic Colors of #ECEAB5
Black with #ECEAB5
Text Example
Text Example
White with #ECEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAB5; }
p { color: rgb(236,234,181); }
H1.HeaderClassName
{
color: #ECEAB5;
}
.AnyTagClassName
{
color: #ECEAB5;
}
</style>
background-color css
<style>
a { background-color: #ECEAB5; }
a { background-color: rgb(236,234,181); }
div.DivClassName
{
background-color: #ECEAB5;
}
.BgClassName
{
background-color: #ECEAB5;
}
</style>
border-color css
<style>
span { border-color: #ECEAB5; }
span { border-color: rgb(236,234,181); }
td.TdClassName
{
border-color: #ECEAB5;
}
.TagClassName
{
border-color: #ECEAB5;
}
</style>