Shades of Goldenrod #E5E173
Tints of Goldenrod #E5E173
RGB
CMYK
RGB Variations
Color information
#E5E173 (or 0xE5E173) is known color: Goldenrod. HEX triplet: E5, E1 and 73. RGB value is (229,225,115). Sum of RGB (Red+Green+Blue) = 229+225+115=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E173 is #1A1E8C. Grayscale: #D6D6D6. Windows color (decimal): -1711757 or 7594469. OLE color: 7594469.
HSL color Cylindrical-coordinate representation of color #E5E173: hue angle of 57.89º 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 #E5E173 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 115 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.10 |
| HSL | 57.89º | 0.69% | 0.67% | - |
| HSV(B) | 57.89º | 0.5% | 0.9% | - |
| XYZ | 62.33 | 71.75 | 26.78 | - |
| YUV | 213.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 115 | 0 | 0.02 | 0.50 | 0.10 | 57.89 | 0.69 | 0.67 |
| Hex | E5 | E1 | 73 | 0 | 2 | 32 | A | 3A | 45 | 43 |
| Octal | 345 | 341 | 163 | 0 | 2 | 62 | 12 | 72 | 105 | 103 |
| Binary | 11100101 | 11100001 | 1110011 | 0 | 10 | 110010 | 1010 | 111010 | 1000101 | 1000011 |
Color Harmonies of #E5E173
Complementary color
Monochromatic Colors of #E5E173
Black with #E5E173
Text Example
Text Example
White with #E5E173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E173; }
p { color: rgb(229,225,115); }
H1.HeaderClassName
{
color: #E5E173;
}
.AnyTagClassName
{
color: #E5E173;
}
</style>
background-color css
<style>
a { background-color: #E5E173; }
a { background-color: rgb(229,225,115); }
div.DivClassName
{
background-color: #E5E173;
}
.BgClassName
{
background-color: #E5E173;
}
</style>
border-color css
<style>
span { border-color: #E5E173; }
span { border-color: rgb(229,225,115); }
td.TdClassName
{
border-color: #E5E173;
}
.TagClassName
{
border-color: #E5E173;
}
</style>