Shades of Medium Goldenrod #ECEAAB
Tints of Medium Goldenrod #ECEAAB
RGB
CMYK
RGB Variations
Color information
#ECEAAB (or 0xECEAAB) is known color: Medium Goldenrod. HEX triplet: EC, EA and AB. RGB value is (236,234,171). Sum of RGB (Red+Green+Blue) = 236+234+171=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEAAB is #131554. Grayscale: #E3E3E3. Windows color (decimal): -1250645 or 11266796. OLE color: 11266796.
HSL color Cylindrical-coordinate representation of color #ECEAAB: hue angle of 58.15º 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 #ECEAAB is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 171 | - |
CMYK | 0 | 0.01 | 0.28 | 0.07 |
HSL | 58.15º | 0.63% | 0.8% | - |
HSV(B) | 58.15º | 0.28% | 0.93% | - |
XYZ | 71.37 | 79.62 | 50.13 | - |
YUV | 227.42 | 96.16 | 134.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 171 | 0 | 0.01 | 0.28 | 0.07 | 58.15 | 0.63 | 0.8 |
Hex | EC | EA | AB | 0 | 1 | 1C | 7 | 3A | 3F | 50 |
Octal | 354 | 352 | 253 | 0 | 1 | 34 | 7 | 72 | 77 | 120 |
Binary | 11101100 | 11101010 | 10101011 | 0 | 1 | 11100 | 111 | 111010 | 111111 | 1010000 |
Color Harmonies of #ECEAAB
Complementary color
Monochromatic Colors of #ECEAAB
Black with #ECEAAB
Text Example
Text Example
White with #ECEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAAB; }
p { color: rgb(236,234,171); }
H1.HeaderClassName
{
color: #ECEAAB;
}
.AnyTagClassName
{
color: #ECEAAB;
}
</style>
background-color css
<style>
a { background-color: #ECEAAB; }
a { background-color: rgb(236,234,171); }
div.DivClassName
{
background-color: #ECEAAB;
}
.BgClassName
{
background-color: #ECEAAB;
}
</style>
border-color css
<style>
span { border-color: #ECEAAB; }
span { border-color: rgb(236,234,171); }
td.TdClassName
{
border-color: #ECEAAB;
}
.TagClassName
{
border-color: #ECEAAB;
}
</style>