Shades of Goldenrod #E5E273
Tints of Goldenrod #E5E273
RGB
CMYK
RGB Variations
Color information
#E5E273 (or 0xE5E273) is known color: Goldenrod. HEX triplet: E5, E2 and 73. RGB value is (229,226,115). Sum of RGB (Red+Green+Blue) = 229+226+115=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E273 is #1A1D8C. Grayscale: #D6D6D6. Windows color (decimal): -1711501 or 7594725. OLE color: 7594725.
HSL color Cylindrical-coordinate representation of color #E5E273: hue angle of 58.42º 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 #E5E273 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 115 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.10 |
| HSL | 58.42º | 0.69% | 0.67% | - |
| HSV(B) | 58.42º | 0.5% | 0.9% | - |
| XYZ | 62.6 | 72.29 | 26.87 | - |
| YUV | 214.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 115 | 0 | 0.01 | 0.50 | 0.10 | 58.42 | 0.69 | 0.67 |
| Hex | E5 | E2 | 73 | 0 | 1 | 32 | A | 3A | 45 | 43 |
| Octal | 345 | 342 | 163 | 0 | 1 | 62 | 12 | 72 | 105 | 103 |
| Binary | 11100101 | 11100010 | 1110011 | 0 | 1 | 110010 | 1010 | 111010 | 1000101 | 1000011 |
Color Harmonies of #E5E273
Complementary color
Monochromatic Colors of #E5E273
Black with #E5E273
Text Example
Text Example
White with #E5E273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E273; }
p { color: rgb(229,226,115); }
H1.HeaderClassName
{
color: #E5E273;
}
.AnyTagClassName
{
color: #E5E273;
}
</style>
background-color css
<style>
a { background-color: #E5E273; }
a { background-color: rgb(229,226,115); }
div.DivClassName
{
background-color: #E5E273;
}
.BgClassName
{
background-color: #E5E273;
}
</style>
border-color css
<style>
span { border-color: #E5E273; }
span { border-color: rgb(229,226,115); }
td.TdClassName
{
border-color: #E5E273;
}
.TagClassName
{
border-color: #E5E273;
}
</style>