Shades of Goldenrod #E0DD68
Tints of Goldenrod #E0DD68
RGB
CMYK
RGB Variations
Color information
#E0DD68 (or 0xE0DD68) is known color: Goldenrod. HEX triplet: E0, DD and 68. RGB value is (224,221,104). Sum of RGB (Red+Green+Blue) = 224+221+104=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD68 is #1F2297. Grayscale: #D1D1D1. Windows color (decimal): -2040472 or 6872544. OLE color: 6872544.
HSL color Cylindrical-coordinate representation of color #E0DD68: hue angle of 58.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0DD68 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 104 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.12 |
| HSL | 58.5º | 0.66% | 0.64% | - |
| HSV(B) | 58.5º | 0.54% | 0.88% | - |
| XYZ | 59.1 | 68.56 | 23.22 | - |
| YUV | 208.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 104 | 0 | 0.01 | 0.54 | 0.12 | 58.5 | 0.66 | 0.64 |
| Hex | E0 | DD | 68 | 0 | 1 | 36 | C | 3A | 42 | 40 |
| Octal | 340 | 335 | 150 | 0 | 1 | 66 | 14 | 72 | 102 | 100 |
| Binary | 11100000 | 11011101 | 1101000 | 0 | 1 | 110110 | 1100 | 111010 | 1000010 | 1000000 |
Color Harmonies of #E0DD68
Complementary color
Monochromatic Colors of #E0DD68
Black with #E0DD68
Text Example
Text Example
White with #E0DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD68; }
p { color: rgb(224,221,104); }
H1.HeaderClassName
{
color: #E0DD68;
}
.AnyTagClassName
{
color: #E0DD68;
}
</style>
background-color css
<style>
a { background-color: #E0DD68; }
a { background-color: rgb(224,221,104); }
div.DivClassName
{
background-color: #E0DD68;
}
.BgClassName
{
background-color: #E0DD68;
}
</style>
border-color css
<style>
span { border-color: #E0DD68; }
span { border-color: rgb(224,221,104); }
td.TdClassName
{
border-color: #E0DD68;
}
.TagClassName
{
border-color: #E0DD68;
}
</style>