Shades of Goldenrod #E2DD65
Tints of Goldenrod #E2DD65
RGB
CMYK
RGB Variations
Color information
#E2DD65 (or 0xE2DD65) is known color: Goldenrod. HEX triplet: E2, DD and 65. RGB value is (226,221,101). Sum of RGB (Red+Green+Blue) = 226+221+101=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD65 is #1D229A. Grayscale: #D1D1D1. Windows color (decimal): -1909403 or 6675938. OLE color: 6675938.
HSL color Cylindrical-coordinate representation of color #E2DD65: hue angle of 57.6º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2DD65 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 101 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.11 |
| HSL | 57.6º | 0.68% | 0.64% | - |
| HSV(B) | 57.6º | 0.55% | 0.89% | - |
| XYZ | 59.57 | 68.82 | 22.46 | - |
| YUV | 208.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 101 | 0 | 0.02 | 0.55 | 0.11 | 57.6 | 0.68 | 0.64 |
| Hex | E2 | DD | 65 | 0 | 2 | 37 | B | 3A | 44 | 40 |
| Octal | 342 | 335 | 145 | 0 | 2 | 67 | 13 | 72 | 104 | 100 |
| Binary | 11100010 | 11011101 | 1100101 | 0 | 10 | 110111 | 1011 | 111010 | 1000100 | 1000000 |
Color Harmonies of #E2DD65
Complementary color
Monochromatic Colors of #E2DD65
Black with #E2DD65
Text Example
Text Example
White with #E2DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD65; }
p { color: rgb(226,221,101); }
H1.HeaderClassName
{
color: #E2DD65;
}
.AnyTagClassName
{
color: #E2DD65;
}
</style>
background-color css
<style>
a { background-color: #E2DD65; }
a { background-color: rgb(226,221,101); }
div.DivClassName
{
background-color: #E2DD65;
}
.BgClassName
{
background-color: #E2DD65;
}
</style>
border-color css
<style>
span { border-color: #E2DD65; }
span { border-color: rgb(226,221,101); }
td.TdClassName
{
border-color: #E2DD65;
}
.TagClassName
{
border-color: #E2DD65;
}
</style>