Shades of Goldenrod #E2DD69
Tints of Goldenrod #E2DD69
RGB
CMYK
RGB Variations
Color information
#E2DD69 (or 0xE2DD69) is known color: Goldenrod. HEX triplet: E2, DD and 69. RGB value is (226,221,105). Sum of RGB (Red+Green+Blue) = 226+221+105=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD69 is #1D2296. Grayscale: #D1D1D1. Windows color (decimal): -1909399 or 6938082. OLE color: 6938082.
HSL color Cylindrical-coordinate representation of color #E2DD69: hue angle of 57.52º 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 #E2DD69 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 105 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.11 |
| HSL | 57.52º | 0.68% | 0.65% | - |
| HSV(B) | 57.52º | 0.54% | 0.89% | - |
| XYZ | 59.77 | 68.9 | 23.51 | - |
| YUV | 209.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 105 | 0 | 0.02 | 0.54 | 0.11 | 57.52 | 0.68 | 0.65 |
| Hex | E2 | DD | 69 | 0 | 2 | 36 | B | 3A | 44 | 41 |
| Octal | 342 | 335 | 151 | 0 | 2 | 66 | 13 | 72 | 104 | 101 |
| Binary | 11100010 | 11011101 | 1101001 | 0 | 10 | 110110 | 1011 | 111010 | 1000100 | 1000001 |
Color Harmonies of #E2DD69
Complementary color
Monochromatic Colors of #E2DD69
Black with #E2DD69
Text Example
Text Example
White with #E2DD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD69; }
p { color: rgb(226,221,105); }
H1.HeaderClassName
{
color: #E2DD69;
}
.AnyTagClassName
{
color: #E2DD69;
}
</style>
background-color css
<style>
a { background-color: #E2DD69; }
a { background-color: rgb(226,221,105); }
div.DivClassName
{
background-color: #E2DD69;
}
.BgClassName
{
background-color: #E2DD69;
}
</style>
border-color css
<style>
span { border-color: #E2DD69; }
span { border-color: rgb(226,221,105); }
td.TdClassName
{
border-color: #E2DD69;
}
.TagClassName
{
border-color: #E2DD69;
}
</style>