Shades of Goldenrod #E0DA68
Tints of Goldenrod #E0DA68
RGB
CMYK
RGB Variations
Color information
#E0DA68 (or 0xE0DA68) is known color: Goldenrod. HEX triplet: E0, DA and 68. RGB value is (224,218,104). Sum of RGB (Red+Green+Blue) = 224+218+104=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA68 is #1F2597. Grayscale: #CFCFCF. Windows color (decimal): -2041240 or 6871776. OLE color: 6871776.
HSL color Cylindrical-coordinate representation of color #E0DA68: hue angle of 57º 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 #E0DA68 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 104 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.12 |
| HSL | 57º | 0.66% | 0.64% | - |
| HSV(B) | 57º | 0.54% | 0.88% | - |
| XYZ | 58.31 | 66.99 | 22.95 | - |
| YUV | 206.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 104 | 0 | 0.03 | 0.54 | 0.12 | 57 | 0.66 | 0.64 |
| Hex | E0 | DA | 68 | 0 | 3 | 36 | C | 39 | 42 | 40 |
| Octal | 340 | 332 | 150 | 0 | 3 | 66 | 14 | 71 | 102 | 100 |
| Binary | 11100000 | 11011010 | 1101000 | 0 | 11 | 110110 | 1100 | 111001 | 1000010 | 1000000 |
Color Harmonies of #E0DA68
Complementary color
Monochromatic Colors of #E0DA68
Black with #E0DA68
Text Example
Text Example
White with #E0DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA68; }
p { color: rgb(224,218,104); }
H1.HeaderClassName
{
color: #E0DA68;
}
.AnyTagClassName
{
color: #E0DA68;
}
</style>
background-color css
<style>
a { background-color: #E0DA68; }
a { background-color: rgb(224,218,104); }
div.DivClassName
{
background-color: #E0DA68;
}
.BgClassName
{
background-color: #E0DA68;
}
</style>
border-color css
<style>
span { border-color: #E0DA68; }
span { border-color: rgb(224,218,104); }
td.TdClassName
{
border-color: #E0DA68;
}
.TagClassName
{
border-color: #E0DA68;
}
</style>