Shades of Goldenrod #E1DD74
Tints of Goldenrod #E1DD74
RGB
CMYK
RGB Variations
Color information
#E1DD74 (or 0xE1DD74) is known color: Goldenrod. HEX triplet: E1, DD and 74. RGB value is (225,221,116). Sum of RGB (Red+Green+Blue) = 225+221+116=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD74 is #1E228B. Grayscale: #D2D2D2. Windows color (decimal): -1974924 or 7658977. OLE color: 7658977.
HSL color Cylindrical-coordinate representation of color #E1DD74: hue angle of 57.8º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1DD74 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 116 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.12 |
| HSL | 57.8º | 0.64% | 0.67% | - |
| HSV(B) | 57.8º | 0.48% | 0.88% | - |
| XYZ | 60.06 | 68.98 | 26.67 | - |
| YUV | 210.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 116 | 0 | 0.02 | 0.48 | 0.12 | 57.8 | 0.64 | 0.67 |
| Hex | E1 | DD | 74 | 0 | 2 | 30 | C | 3A | 40 | 43 |
| Octal | 341 | 335 | 164 | 0 | 2 | 60 | 14 | 72 | 100 | 103 |
| Binary | 11100001 | 11011101 | 1110100 | 0 | 10 | 110000 | 1100 | 111010 | 1000000 | 1000011 |
Color Harmonies of #E1DD74
Complementary color
Monochromatic Colors of #E1DD74
Black with #E1DD74
Text Example
Text Example
White with #E1DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD74; }
p { color: rgb(225,221,116); }
H1.HeaderClassName
{
color: #E1DD74;
}
.AnyTagClassName
{
color: #E1DD74;
}
</style>
background-color css
<style>
a { background-color: #E1DD74; }
a { background-color: rgb(225,221,116); }
div.DivClassName
{
background-color: #E1DD74;
}
.BgClassName
{
background-color: #E1DD74;
}
</style>
border-color css
<style>
span { border-color: #E1DD74; }
span { border-color: rgb(225,221,116); }
td.TdClassName
{
border-color: #E1DD74;
}
.TagClassName
{
border-color: #E1DD74;
}
</style>