Shades of Goldenrod #E7E071
Tints of Goldenrod #E7E071
RGB
CMYK
RGB Variations
Color information
#E7E071 (or 0xE7E071) is known color: Goldenrod. HEX triplet: E7, E0 and 71. RGB value is (231,224,113). Sum of RGB (Red+Green+Blue) = 231+224+113=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E071 is #181F8E. Grayscale: #D5D5D5. Windows color (decimal): -1580943 or 7463143. OLE color: 7463143.
HSL color Cylindrical-coordinate representation of color #E7E071: hue angle of 56.44º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7E071 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 113 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.09 |
| HSL | 56.44º | 0.71% | 0.67% | - |
| HSV(B) | 56.44º | 0.51% | 0.91% | - |
| XYZ | 62.59 | 71.49 | 26.12 | - |
| YUV | 213.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 113 | 0 | 0.03 | 0.51 | 0.09 | 56.44 | 0.71 | 0.67 |
| Hex | E7 | E0 | 71 | 0 | 3 | 33 | 9 | 38 | 47 | 43 |
| Octal | 347 | 340 | 161 | 0 | 3 | 63 | 11 | 70 | 107 | 103 |
| Binary | 11100111 | 11100000 | 1110001 | 0 | 11 | 110011 | 1001 | 111000 | 1000111 | 1000011 |
Color Harmonies of #E7E071
Complementary color
Monochromatic Colors of #E7E071
Black with #E7E071
Text Example
Text Example
White with #E7E071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E071; }
p { color: rgb(231,224,113); }
H1.HeaderClassName
{
color: #E7E071;
}
.AnyTagClassName
{
color: #E7E071;
}
</style>
background-color css
<style>
a { background-color: #E7E071; }
a { background-color: rgb(231,224,113); }
div.DivClassName
{
background-color: #E7E071;
}
.BgClassName
{
background-color: #E7E071;
}
</style>
border-color css
<style>
span { border-color: #E7E071; }
span { border-color: rgb(231,224,113); }
td.TdClassName
{
border-color: #E7E071;
}
.TagClassName
{
border-color: #E7E071;
}
</style>