Shades of Goldenrod #E5E172
Tints of Goldenrod #E5E172
RGB
CMYK
RGB Variations
Color information
#E5E172 (or 0xE5E172) is known color: Goldenrod. HEX triplet: E5, E1 and 72. RGB value is (229,225,114). Sum of RGB (Red+Green+Blue) = 229+225+114=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E172 is #1A1E8D. Grayscale: #D5D5D5. Windows color (decimal): -1711758 or 7528933. OLE color: 7528933.
HSL color Cylindrical-coordinate representation of color #E5E172: hue angle of 57.91º 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 #E5E172 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 225 | 114 | - |
CMYK | 0 | 0.02 | 0.50 | 0.10 |
HSL | 57.91º | 0.69% | 0.67% | - |
HSV(B) | 57.91º | 0.5% | 0.9% | - |
XYZ | 62.28 | 71.72 | 26.48 | - |
YUV | 213.54 | 71.83 | 139.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 114 | 0 | 0.02 | 0.50 | 0.10 | 57.91 | 0.69 | 0.67 |
Hex | E5 | E1 | 72 | 0 | 2 | 32 | A | 3A | 45 | 43 |
Octal | 345 | 341 | 162 | 0 | 2 | 62 | 12 | 72 | 105 | 103 |
Binary | 11100101 | 11100001 | 1110010 | 0 | 10 | 110010 | 1010 | 111010 | 1000101 | 1000011 |
Color Harmonies of #E5E172
Complementary color
Monochromatic Colors of #E5E172
Black with #E5E172
Text Example
Text Example
White with #E5E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E172; }
p { color: rgb(229,225,114); }
H1.HeaderClassName
{
color: #E5E172;
}
.AnyTagClassName
{
color: #E5E172;
}
</style>
background-color css
<style>
a { background-color: #E5E172; }
a { background-color: rgb(229,225,114); }
div.DivClassName
{
background-color: #E5E172;
}
.BgClassName
{
background-color: #E5E172;
}
</style>
border-color css
<style>
span { border-color: #E5E172; }
span { border-color: rgb(229,225,114); }
td.TdClassName
{
border-color: #E5E172;
}
.TagClassName
{
border-color: #E5E172;
}
</style>