Shades of Goldenrod #E7E06D
Tints of Goldenrod #E7E06D
RGB
CMYK
RGB Variations
Color information
#E7E06D (or 0xE7E06D) is known color: Goldenrod. HEX triplet: E7, E0 and 6D. RGB value is (231,224,109). Sum of RGB (Red+Green+Blue) = 231+224+109=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E06D is #181F92. Grayscale: #D5D5D5. Windows color (decimal): -1580947 or 7200999. OLE color: 7200999.
HSL color Cylindrical-coordinate representation of color #E7E06D: hue angle of 56.56º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7E06D is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 109 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.09 |
| HSL | 56.56º | 0.72% | 0.67% | - |
| HSV(B) | 56.56º | 0.53% | 0.91% | - |
| XYZ | 62.37 | 71.4 | 24.96 | - |
| YUV | 212.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 109 | 0 | 0.03 | 0.53 | 0.09 | 56.56 | 0.72 | 0.67 |
| Hex | E7 | E0 | 6D | 0 | 3 | 35 | 9 | 39 | 48 | 43 |
| Octal | 347 | 340 | 155 | 0 | 3 | 65 | 11 | 71 | 110 | 103 |
| Binary | 11100111 | 11100000 | 1101101 | 0 | 11 | 110101 | 1001 | 111001 | 1001000 | 1000011 |
Color Harmonies of #E7E06D
Complementary color
Monochromatic Colors of #E7E06D
Black with #E7E06D
Text Example
Text Example
White with #E7E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E06D; }
p { color: rgb(231,224,109); }
H1.HeaderClassName
{
color: #E7E06D;
}
.AnyTagClassName
{
color: #E7E06D;
}
</style>
background-color css
<style>
a { background-color: #E7E06D; }
a { background-color: rgb(231,224,109); }
div.DivClassName
{
background-color: #E7E06D;
}
.BgClassName
{
background-color: #E7E06D;
}
</style>
border-color css
<style>
span { border-color: #E7E06D; }
span { border-color: rgb(231,224,109); }
td.TdClassName
{
border-color: #E7E06D;
}
.TagClassName
{
border-color: #E7E06D;
}
</style>