Shades of Goldenrod #E0DA6F
Tints of Goldenrod #E0DA6F
RGB
CMYK
RGB Variations
Color information
#E0DA6F (or 0xE0DA6F) is known color: Goldenrod. HEX triplet: E0, DA and 6F. RGB value is (224,218,111). Sum of RGB (Red+Green+Blue) = 224+218+111=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA6F is #1F2590. Grayscale: #D0D0D0. Windows color (decimal): -2041233 or 7330528. OLE color: 7330528.
HSL color Cylindrical-coordinate representation of color #E0DA6F: hue angle of 56.81º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0DA6F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 111 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.12 |
| HSL | 56.81º | 0.65% | 0.66% | - |
| HSV(B) | 56.81º | 0.5% | 0.88% | - |
| XYZ | 58.68 | 67.14 | 24.9 | - |
| YUV | 207.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 111 | 0 | 0.03 | 0.50 | 0.12 | 56.81 | 0.65 | 0.66 |
| Hex | E0 | DA | 6F | 0 | 3 | 32 | C | 39 | 41 | 42 |
| Octal | 340 | 332 | 157 | 0 | 3 | 62 | 14 | 71 | 101 | 102 |
| Binary | 11100000 | 11011010 | 1101111 | 0 | 11 | 110010 | 1100 | 111001 | 1000001 | 1000010 |
Color Harmonies of #E0DA6F
Complementary color
Monochromatic Colors of #E0DA6F
Black with #E0DA6F
Text Example
Text Example
White with #E0DA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA6F; }
p { color: rgb(224,218,111); }
H1.HeaderClassName
{
color: #E0DA6F;
}
.AnyTagClassName
{
color: #E0DA6F;
}
</style>
background-color css
<style>
a { background-color: #E0DA6F; }
a { background-color: rgb(224,218,111); }
div.DivClassName
{
background-color: #E0DA6F;
}
.BgClassName
{
background-color: #E0DA6F;
}
</style>
border-color css
<style>
span { border-color: #E0DA6F; }
span { border-color: rgb(224,218,111); }
td.TdClassName
{
border-color: #E0DA6F;
}
.TagClassName
{
border-color: #E0DA6F;
}
</style>