Shades of Goldenrod #E2DD73
Tints of Goldenrod #E2DD73
RGB
CMYK
RGB Variations
Color information
#E2DD73 (or 0xE2DD73) is known color: Goldenrod. HEX triplet: E2, DD and 73. RGB value is (226,221,115). Sum of RGB (Red+Green+Blue) = 226+221+115=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD73 is #1D228C. Grayscale: #D2D2D2. Windows color (decimal): -1909389 or 7593442. OLE color: 7593442.
HSL color Cylindrical-coordinate representation of color #E2DD73: hue angle of 57.3º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2DD73 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 115 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.11 |
| HSL | 57.3º | 0.66% | 0.67% | - |
| HSV(B) | 57.3º | 0.49% | 0.89% | - |
| XYZ | 60.31 | 69.12 | 26.38 | - |
| YUV | 210.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 115 | 0 | 0.02 | 0.49 | 0.11 | 57.3 | 0.66 | 0.67 |
| Hex | E2 | DD | 73 | 0 | 2 | 31 | B | 39 | 42 | 43 |
| Octal | 342 | 335 | 163 | 0 | 2 | 61 | 13 | 71 | 102 | 103 |
| Binary | 11100010 | 11011101 | 1110011 | 0 | 10 | 110001 | 1011 | 111001 | 1000010 | 1000011 |
Color Harmonies of #E2DD73
Complementary color
Monochromatic Colors of #E2DD73
Black with #E2DD73
Text Example
Text Example
White with #E2DD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD73; }
p { color: rgb(226,221,115); }
H1.HeaderClassName
{
color: #E2DD73;
}
.AnyTagClassName
{
color: #E2DD73;
}
</style>
background-color css
<style>
a { background-color: #E2DD73; }
a { background-color: rgb(226,221,115); }
div.DivClassName
{
background-color: #E2DD73;
}
.BgClassName
{
background-color: #E2DD73;
}
</style>
border-color css
<style>
span { border-color: #E2DD73; }
span { border-color: rgb(226,221,115); }
td.TdClassName
{
border-color: #E2DD73;
}
.TagClassName
{
border-color: #E2DD73;
}
</style>