Shades of Goldenrod #E0DD65
Tints of Goldenrod #E0DD65
RGB
CMYK
RGB Variations
Color information
#E0DD65 (or 0xE0DD65) is known color: Goldenrod. HEX triplet: E0, DD and 65. RGB value is (224,221,101). Sum of RGB (Red+Green+Blue) = 224+221+101=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD65 is #1F229A. Grayscale: #D0D0D0. Windows color (decimal): -2040475 or 6675936. OLE color: 6675936.
HSL color Cylindrical-coordinate representation of color #E0DD65: hue angle of 58.54º 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 #E0DD65 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 101 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.12 |
| HSL | 58.54º | 0.66% | 0.64% | - |
| HSV(B) | 58.54º | 0.55% | 0.88% | - |
| XYZ | 58.95 | 68.5 | 22.43 | - |
| YUV | 208.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 101 | 0 | 0.01 | 0.55 | 0.12 | 58.54 | 0.66 | 0.64 |
| Hex | E0 | DD | 65 | 0 | 1 | 37 | C | 3B | 42 | 40 |
| Octal | 340 | 335 | 145 | 0 | 1 | 67 | 14 | 73 | 102 | 100 |
| Binary | 11100000 | 11011101 | 1100101 | 0 | 1 | 110111 | 1100 | 111011 | 1000010 | 1000000 |
Color Harmonies of #E0DD65
Complementary color
Monochromatic Colors of #E0DD65
Black with #E0DD65
Text Example
Text Example
White with #E0DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD65; }
p { color: rgb(224,221,101); }
H1.HeaderClassName
{
color: #E0DD65;
}
.AnyTagClassName
{
color: #E0DD65;
}
</style>
background-color css
<style>
a { background-color: #E0DD65; }
a { background-color: rgb(224,221,101); }
div.DivClassName
{
background-color: #E0DD65;
}
.BgClassName
{
background-color: #E0DD65;
}
</style>
border-color css
<style>
span { border-color: #E0DD65; }
span { border-color: rgb(224,221,101); }
td.TdClassName
{
border-color: #E0DD65;
}
.TagClassName
{
border-color: #E0DD65;
}
</style>