Shades of Goldenrod #E0DA6B
Tints of Goldenrod #E0DA6B
RGB
CMYK
RGB Variations
Color information
#E0DA6B (or 0xE0DA6B) is known color: Goldenrod. HEX triplet: E0, DA and 6B. RGB value is (224,218,107). Sum of RGB (Red+Green+Blue) = 224+218+107=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA6B is #1F2594. Grayscale: #CFCFCF. Windows color (decimal): -2041237 or 7068384. OLE color: 7068384.
HSL color Cylindrical-coordinate representation of color #E0DA6B: hue angle of 56.92º 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 #E0DA6B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 107 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.12 |
| HSL | 56.92º | 0.65% | 0.65% | - |
| HSV(B) | 56.92º | 0.52% | 0.88% | - |
| XYZ | 58.47 | 67.05 | 23.77 | - |
| YUV | 207.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 107 | 0 | 0.03 | 0.52 | 0.12 | 56.92 | 0.65 | 0.65 |
| Hex | E0 | DA | 6B | 0 | 3 | 34 | C | 39 | 41 | 41 |
| Octal | 340 | 332 | 153 | 0 | 3 | 64 | 14 | 71 | 101 | 101 |
| Binary | 11100000 | 11011010 | 1101011 | 0 | 11 | 110100 | 1100 | 111001 | 1000001 | 1000001 |
Color Harmonies of #E0DA6B
Complementary color
Monochromatic Colors of #E0DA6B
Black with #E0DA6B
Text Example
Text Example
White with #E0DA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA6B; }
p { color: rgb(224,218,107); }
H1.HeaderClassName
{
color: #E0DA6B;
}
.AnyTagClassName
{
color: #E0DA6B;
}
</style>
background-color css
<style>
a { background-color: #E0DA6B; }
a { background-color: rgb(224,218,107); }
div.DivClassName
{
background-color: #E0DA6B;
}
.BgClassName
{
background-color: #E0DA6B;
}
</style>
border-color css
<style>
span { border-color: #E0DA6B; }
span { border-color: rgb(224,218,107); }
td.TdClassName
{
border-color: #E0DA6B;
}
.TagClassName
{
border-color: #E0DA6B;
}
</style>