Shades of Goldenrod #E0DB68
Tints of Goldenrod #E0DB68
RGB
CMYK
RGB Variations
Color information
#E0DB68 (or 0xE0DB68) is known color: Goldenrod. HEX triplet: E0, DB and 68. RGB value is (224,219,104). Sum of RGB (Red+Green+Blue) = 224+219+104=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB68 is #1F2497. Grayscale: #CFCFCF. Windows color (decimal): -2040984 or 6872032. OLE color: 6872032.
HSL color Cylindrical-coordinate representation of color #E0DB68: hue angle of 57.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 #E0DB68 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 104 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.12 |
| HSL | 57.5º | 0.66% | 0.64% | - |
| HSV(B) | 57.5º | 0.54% | 0.88% | - |
| XYZ | 58.57 | 67.51 | 23.04 | - |
| YUV | 207.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 104 | 0 | 0.02 | 0.54 | 0.12 | 57.5 | 0.66 | 0.64 |
| Hex | E0 | DB | 68 | 0 | 2 | 36 | C | 3A | 42 | 40 |
| Octal | 340 | 333 | 150 | 0 | 2 | 66 | 14 | 72 | 102 | 100 |
| Binary | 11100000 | 11011011 | 1101000 | 0 | 10 | 110110 | 1100 | 111010 | 1000010 | 1000000 |
Color Harmonies of #E0DB68
Complementary color
Monochromatic Colors of #E0DB68
Black with #E0DB68
Text Example
Text Example
White with #E0DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB68; }
p { color: rgb(224,219,104); }
H1.HeaderClassName
{
color: #E0DB68;
}
.AnyTagClassName
{
color: #E0DB68;
}
</style>
background-color css
<style>
a { background-color: #E0DB68; }
a { background-color: rgb(224,219,104); }
div.DivClassName
{
background-color: #E0DB68;
}
.BgClassName
{
background-color: #E0DB68;
}
</style>
border-color css
<style>
span { border-color: #E0DB68; }
span { border-color: rgb(224,219,104); }
td.TdClassName
{
border-color: #E0DB68;
}
.TagClassName
{
border-color: #E0DB68;
}
</style>