Shades of Goldenrod #E0DB67
Tints of Goldenrod #E0DB67
RGB
CMYK
RGB Variations
Color information
#E0DB67 (or 0xE0DB67) is known color: Goldenrod. HEX triplet: E0, DB and 67. RGB value is (224,219,103). Sum of RGB (Red+Green+Blue) = 224+219+103=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB67 is #1F2498. Grayscale: #CFCFCF. Windows color (decimal): -2040985 or 6806496. OLE color: 6806496.
HSL color Cylindrical-coordinate representation of color #E0DB67: hue angle of 57.52º 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 #E0DB67 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 103 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.12 |
| HSL | 57.52º | 0.66% | 0.64% | - |
| HSV(B) | 57.52º | 0.54% | 0.88% | - |
| XYZ | 58.52 | 67.49 | 22.77 | - |
| YUV | 207.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 103 | 0 | 0.02 | 0.54 | 0.12 | 57.52 | 0.66 | 0.64 |
| Hex | E0 | DB | 67 | 0 | 2 | 36 | C | 3A | 42 | 40 |
| Octal | 340 | 333 | 147 | 0 | 2 | 66 | 14 | 72 | 102 | 100 |
| Binary | 11100000 | 11011011 | 1100111 | 0 | 10 | 110110 | 1100 | 111010 | 1000010 | 1000000 |
Color Harmonies of #E0DB67
Complementary color
Monochromatic Colors of #E0DB67
Black with #E0DB67
Text Example
Text Example
White with #E0DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB67; }
p { color: rgb(224,219,103); }
H1.HeaderClassName
{
color: #E0DB67;
}
.AnyTagClassName
{
color: #E0DB67;
}
</style>
background-color css
<style>
a { background-color: #E0DB67; }
a { background-color: rgb(224,219,103); }
div.DivClassName
{
background-color: #E0DB67;
}
.BgClassName
{
background-color: #E0DB67;
}
</style>
border-color css
<style>
span { border-color: #E0DB67; }
span { border-color: rgb(224,219,103); }
td.TdClassName
{
border-color: #E0DB67;
}
.TagClassName
{
border-color: #E0DB67;
}
</style>