Shades of Goldenrod #E0DA6C
Tints of Goldenrod #E0DA6C
RGB
CMYK
RGB Variations
Color information
#E0DA6C (or 0xE0DA6C) is known color: Goldenrod. HEX triplet: E0, DA and 6C. RGB value is (224,218,108). Sum of RGB (Red+Green+Blue) = 224+218+108=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA6C is #1F2593. Grayscale: #CFCFCF. Windows color (decimal): -2041236 or 7133920. OLE color: 7133920.
HSL color Cylindrical-coordinate representation of color #E0DA6C: hue angle of 56.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0DA6C is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 108 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.12 |
| HSL | 56.9º | 0.65% | 0.65% | - |
| HSV(B) | 56.9º | 0.52% | 0.88% | - |
| XYZ | 58.52 | 67.07 | 24.05 | - |
| YUV | 207.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 108 | 0 | 0.03 | 0.52 | 0.12 | 56.9 | 0.65 | 0.65 |
| Hex | E0 | DA | 6C | 0 | 3 | 34 | C | 39 | 41 | 41 |
| Octal | 340 | 332 | 154 | 0 | 3 | 64 | 14 | 71 | 101 | 101 |
| Binary | 11100000 | 11011010 | 1101100 | 0 | 11 | 110100 | 1100 | 111001 | 1000001 | 1000001 |
Color Harmonies of #E0DA6C
Complementary color
Monochromatic Colors of #E0DA6C
Black with #E0DA6C
Text Example
Text Example
White with #E0DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA6C; }
p { color: rgb(224,218,108); }
H1.HeaderClassName
{
color: #E0DA6C;
}
.AnyTagClassName
{
color: #E0DA6C;
}
</style>
background-color css
<style>
a { background-color: #E0DA6C; }
a { background-color: rgb(224,218,108); }
div.DivClassName
{
background-color: #E0DA6C;
}
.BgClassName
{
background-color: #E0DA6C;
}
</style>
border-color css
<style>
span { border-color: #E0DA6C; }
span { border-color: rgb(224,218,108); }
td.TdClassName
{
border-color: #E0DA6C;
}
.TagClassName
{
border-color: #E0DA6C;
}
</style>