Shades of Goldenrod #E0DC65
Tints of Goldenrod #E0DC65
RGB
CMYK
RGB Variations
Color information
#E0DC65 (or 0xE0DC65) is known color: Goldenrod. HEX triplet: E0, DC and 65. RGB value is (224,220,101). Sum of RGB (Red+Green+Blue) = 224+220+101=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC65 is #1F239A. Grayscale: #D0D0D0. Windows color (decimal): -2040731 or 6675680. OLE color: 6675680.
HSL color Cylindrical-coordinate representation of color #E0DC65: hue angle of 58.05º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0DC65 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 101 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.12 |
| HSL | 58.05º | 0.66% | 0.64% | - |
| HSV(B) | 58.05º | 0.55% | 0.88% | - |
| XYZ | 58.68 | 67.97 | 22.34 | - |
| YUV | 207.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 101 | 0 | 0.02 | 0.55 | 0.12 | 58.05 | 0.66 | 0.64 |
| Hex | E0 | DC | 65 | 0 | 2 | 37 | C | 3A | 42 | 40 |
| Octal | 340 | 334 | 145 | 0 | 2 | 67 | 14 | 72 | 102 | 100 |
| Binary | 11100000 | 11011100 | 1100101 | 0 | 10 | 110111 | 1100 | 111010 | 1000010 | 1000000 |
Color Harmonies of #E0DC65
Complementary color
Monochromatic Colors of #E0DC65
Black with #E0DC65
Text Example
Text Example
White with #E0DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC65; }
p { color: rgb(224,220,101); }
H1.HeaderClassName
{
color: #E0DC65;
}
.AnyTagClassName
{
color: #E0DC65;
}
</style>
background-color css
<style>
a { background-color: #E0DC65; }
a { background-color: rgb(224,220,101); }
div.DivClassName
{
background-color: #E0DC65;
}
.BgClassName
{
background-color: #E0DC65;
}
</style>
border-color css
<style>
span { border-color: #E0DC65; }
span { border-color: rgb(224,220,101); }
td.TdClassName
{
border-color: #E0DC65;
}
.TagClassName
{
border-color: #E0DC65;
}
</style>