Shades of Goldenrod #E0DF7A
Tints of Goldenrod #E0DF7A
RGB
CMYK
RGB Variations
Color information
#E0DF7A (or 0xE0DF7A) is known color: Goldenrod. HEX triplet: E0, DF and 7A. RGB value is (224,223,122). Sum of RGB (Red+Green+Blue) = 224+223+122=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DF7A is #1F2085. Grayscale: #D4D4D4. Windows color (decimal): -2039942 or 8052704. OLE color: 8052704.
HSL color Cylindrical-coordinate representation of color #E0DF7A: hue angle of 59.41º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0DF7A is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 122 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.12 |
| HSL | 59.41º | 0.62% | 0.68% | - |
| HSV(B) | 59.41º | 0.46% | 0.88% | - |
| XYZ | 60.64 | 70.03 | 28.73 | - |
| YUV | 211.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 122 | 0 | 0.00 | 0.46 | 0.12 | 59.41 | 0.62 | 0.68 |
| Hex | E0 | DF | 7A | 0 | 0 | 2E | C | 3B | 3E | 44 |
| Octal | 340 | 337 | 172 | 0 | 0 | 56 | 14 | 73 | 76 | 104 |
| Binary | 11100000 | 11011111 | 1111010 | 0 | 0 | 101110 | 1100 | 111011 | 111110 | 1000100 |
Color Harmonies of #E0DF7A
Complementary color
Monochromatic Colors of #E0DF7A
Black with #E0DF7A
Text Example
Text Example
White with #E0DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF7A; }
p { color: rgb(224,223,122); }
H1.HeaderClassName
{
color: #E0DF7A;
}
.AnyTagClassName
{
color: #E0DF7A;
}
</style>
background-color css
<style>
a { background-color: #E0DF7A; }
a { background-color: rgb(224,223,122); }
div.DivClassName
{
background-color: #E0DF7A;
}
.BgClassName
{
background-color: #E0DF7A;
}
</style>
border-color css
<style>
span { border-color: #E0DF7A; }
span { border-color: rgb(224,223,122); }
td.TdClassName
{
border-color: #E0DF7A;
}
.TagClassName
{
border-color: #E0DF7A;
}
</style>