Shades of Goldenrod #E5E373
Tints of Goldenrod #E5E373
RGB
CMYK
RGB Variations
Color information
#E5E373 (or 0xE5E373) is known color: Goldenrod. HEX triplet: E5, E3 and 73. RGB value is (229,227,115). Sum of RGB (Red+Green+Blue) = 229+227+115=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E373 is #1A1C8C. Grayscale: #D7D7D7. Windows color (decimal): -1711245 or 7594981. OLE color: 7594981.
HSL color Cylindrical-coordinate representation of color #E5E373: hue angle of 58.95º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5E373 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 227 | 115 | - |
CMYK | 0 | 0.01 | 0.50 | 0.10 |
HSL | 58.95º | 0.69% | 0.67% | - |
HSV(B) | 58.95º | 0.5% | 0.9% | - |
XYZ | 62.88 | 72.83 | 26.96 | - |
YUV | 214.83 | 71.66 | 138.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 115 | 0 | 0.01 | 0.50 | 0.10 | 58.95 | 0.69 | 0.67 |
Hex | E5 | E3 | 73 | 0 | 1 | 32 | A | 3B | 45 | 43 |
Octal | 345 | 343 | 163 | 0 | 1 | 62 | 12 | 73 | 105 | 103 |
Binary | 11100101 | 11100011 | 1110011 | 0 | 1 | 110010 | 1010 | 111011 | 1000101 | 1000011 |
Color Harmonies of #E5E373
Complementary color
Monochromatic Colors of #E5E373
Black with #E5E373
Text Example
Text Example
White with #E5E373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E373; }
p { color: rgb(229,227,115); }
H1.HeaderClassName
{
color: #E5E373;
}
.AnyTagClassName
{
color: #E5E373;
}
</style>
background-color css
<style>
a { background-color: #E5E373; }
a { background-color: rgb(229,227,115); }
div.DivClassName
{
background-color: #E5E373;
}
.BgClassName
{
background-color: #E5E373;
}
</style>
border-color css
<style>
span { border-color: #E5E373; }
span { border-color: rgb(229,227,115); }
td.TdClassName
{
border-color: #E5E373;
}
.TagClassName
{
border-color: #E5E373;
}
</style>