Shades of Goldenrod #E2DD68
Tints of Goldenrod #E2DD68
RGB
CMYK
RGB Variations
Color information
#E2DD68 (or 0xE2DD68) is known color: Goldenrod. HEX triplet: E2, DD and 68. RGB value is (226,221,104). Sum of RGB (Red+Green+Blue) = 226+221+104=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD68 is #1D2297. Grayscale: #D1D1D1. Windows color (decimal): -1909400 or 6872546. OLE color: 6872546.
HSL color Cylindrical-coordinate representation of color #E2DD68: hue angle of 57.54º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2DD68 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 104 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.11 |
| HSL | 57.54º | 0.68% | 0.65% | - |
| HSV(B) | 57.54º | 0.54% | 0.89% | - |
| XYZ | 59.72 | 68.88 | 23.24 | - |
| YUV | 209.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 104 | 0 | 0.02 | 0.54 | 0.11 | 57.54 | 0.68 | 0.65 |
| Hex | E2 | DD | 68 | 0 | 2 | 36 | B | 3A | 44 | 41 |
| Octal | 342 | 335 | 150 | 0 | 2 | 66 | 13 | 72 | 104 | 101 |
| Binary | 11100010 | 11011101 | 1101000 | 0 | 10 | 110110 | 1011 | 111010 | 1000100 | 1000001 |
Color Harmonies of #E2DD68
Complementary color
Monochromatic Colors of #E2DD68
Black with #E2DD68
Text Example
Text Example
White with #E2DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD68; }
p { color: rgb(226,221,104); }
H1.HeaderClassName
{
color: #E2DD68;
}
.AnyTagClassName
{
color: #E2DD68;
}
</style>
background-color css
<style>
a { background-color: #E2DD68; }
a { background-color: rgb(226,221,104); }
div.DivClassName
{
background-color: #E2DD68;
}
.BgClassName
{
background-color: #E2DD68;
}
</style>
border-color css
<style>
span { border-color: #E2DD68; }
span { border-color: rgb(226,221,104); }
td.TdClassName
{
border-color: #E2DD68;
}
.TagClassName
{
border-color: #E2DD68;
}
</style>