Shades of Goldenrod #E0E07B
Tints of Goldenrod #E0E07B
RGB
CMYK
RGB Variations
Color information
#E0E07B (or 0xE0E07B) is known color: Goldenrod. HEX triplet: E0, E0 and 7B. RGB value is (224,224,123). Sum of RGB (Red+Green+Blue) = 224+224+123=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E07B is #1F1F84. Grayscale: #D4D4D4. Windows color (decimal): -2039685 or 8118496. OLE color: 8118496.
HSL color Cylindrical-coordinate representation of color #E0E07B: hue angle of 60º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0E07B is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 123 | - |
| CMYK | 0 | 0 | 0.45 | 0.12 |
| HSL | 60º | 0.62% | 0.68% | - |
| HSV(B) | 60º | 0.45% | 0.88% | - |
| XYZ | 60.97 | 70.59 | 29.15 | - |
| YUV | 212.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 123 | 0 | 0 | 0.45 | 0.12 | 60 | 0.62 | 0.68 |
| Hex | E0 | E0 | 7B | 0 | 0 | 2D | C | 3C | 3E | 44 |
| Octal | 340 | 340 | 173 | 0 | 0 | 55 | 14 | 74 | 76 | 104 |
| Binary | 11100000 | 11100000 | 1111011 | 0 | 0 | 101101 | 1100 | 111100 | 111110 | 1000100 |
Color Harmonies of #E0E07B
Complementary color
Monochromatic Colors of #E0E07B
Black with #E0E07B
Text Example
Text Example
White with #E0E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E07B; }
p { color: rgb(224,224,123); }
H1.HeaderClassName
{
color: #E0E07B;
}
.AnyTagClassName
{
color: #E0E07B;
}
</style>
background-color css
<style>
a { background-color: #E0E07B; }
a { background-color: rgb(224,224,123); }
div.DivClassName
{
background-color: #E0E07B;
}
.BgClassName
{
background-color: #E0E07B;
}
</style>
border-color css
<style>
span { border-color: #E0E07B; }
span { border-color: rgb(224,224,123); }
td.TdClassName
{
border-color: #E0E07B;
}
.TagClassName
{
border-color: #E0E07B;
}
</style>