Shades of Goldenrod #E7E072
Tints of Goldenrod #E7E072
RGB
CMYK
RGB Variations
Color information
#E7E072 (or 0xE7E072) is known color: Goldenrod. HEX triplet: E7, E0 and 72. RGB value is (231,224,114). Sum of RGB (Red+Green+Blue) = 231+224+114=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E072 is #181F8D. Grayscale: #D5D5D5. Windows color (decimal): -1580942 or 7528679. OLE color: 7528679.
HSL color Cylindrical-coordinate representation of color #E7E072: hue angle of 56.41º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7E072 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 114 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.09 |
| HSL | 56.41º | 0.71% | 0.68% | - |
| HSV(B) | 56.41º | 0.51% | 0.91% | - |
| XYZ | 62.65 | 71.52 | 26.42 | - |
| YUV | 213.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 114 | 0 | 0.03 | 0.51 | 0.09 | 56.41 | 0.71 | 0.68 |
| Hex | E7 | E0 | 72 | 0 | 3 | 33 | 9 | 38 | 47 | 44 |
| Octal | 347 | 340 | 162 | 0 | 3 | 63 | 11 | 70 | 107 | 104 |
| Binary | 11100111 | 11100000 | 1110010 | 0 | 11 | 110011 | 1001 | 111000 | 1000111 | 1000100 |
Color Harmonies of #E7E072
Complementary color
Monochromatic Colors of #E7E072
Black with #E7E072
Text Example
Text Example
White with #E7E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E072; }
p { color: rgb(231,224,114); }
H1.HeaderClassName
{
color: #E7E072;
}
.AnyTagClassName
{
color: #E7E072;
}
</style>
background-color css
<style>
a { background-color: #E7E072; }
a { background-color: rgb(231,224,114); }
div.DivClassName
{
background-color: #E7E072;
}
.BgClassName
{
background-color: #E7E072;
}
</style>
border-color css
<style>
span { border-color: #E7E072; }
span { border-color: rgb(231,224,114); }
td.TdClassName
{
border-color: #E7E072;
}
.TagClassName
{
border-color: #E7E072;
}
</style>