Shades of Goldenrod #E3E076
Tints of Goldenrod #E3E076
RGB
CMYK
RGB Variations
Color information
#E3E076 (or 0xE3E076) is known color: Goldenrod. HEX triplet: E3, E0 and 76. RGB value is (227,224,118). Sum of RGB (Red+Green+Blue) = 227+224+118=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3E076 is #1C1F89. Grayscale: #D5D5D5. Windows color (decimal): -1843082 or 7790819. OLE color: 7790819.
HSL color Cylindrical-coordinate representation of color #E3E076: hue angle of 58.35º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E3E076 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 224 | 118 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.11 |
| HSL | 58.35º | 0.66% | 0.68% | - |
| HSV(B) | 58.35º | 0.48% | 0.89% | - |
| XYZ | 61.6 | 70.95 | 27.59 | - |
| YUV | 212.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 118 | 0 | 0.01 | 0.48 | 0.11 | 58.35 | 0.66 | 0.68 |
| Hex | E3 | E0 | 76 | 0 | 1 | 30 | B | 3A | 42 | 44 |
| Octal | 343 | 340 | 166 | 0 | 1 | 60 | 13 | 72 | 102 | 104 |
| Binary | 11100011 | 11100000 | 1110110 | 0 | 1 | 110000 | 1011 | 111010 | 1000010 | 1000100 |
Color Harmonies of #E3E076
Complementary color
Monochromatic Colors of #E3E076
Black with #E3E076
Text Example
Text Example
White with #E3E076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E076; }
p { color: rgb(227,224,118); }
H1.HeaderClassName
{
color: #E3E076;
}
.AnyTagClassName
{
color: #E3E076;
}
</style>
background-color css
<style>
a { background-color: #E3E076; }
a { background-color: rgb(227,224,118); }
div.DivClassName
{
background-color: #E3E076;
}
.BgClassName
{
background-color: #E3E076;
}
</style>
border-color css
<style>
span { border-color: #E3E076; }
span { border-color: rgb(227,224,118); }
td.TdClassName
{
border-color: #E3E076;
}
.TagClassName
{
border-color: #E3E076;
}
</style>