Shades of Goldenrod #E1DE79
Tints of Goldenrod #E1DE79
RGB
CMYK
RGB Variations
Color information
#E1DE79 (or 0xE1DE79) is known color: Goldenrod. HEX triplet: E1, DE and 79. RGB value is (225,222,121). Sum of RGB (Red+Green+Blue) = 225+222+121=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DE79 is #1E2186. Grayscale: #D3D3D3. Windows color (decimal): -1974663 or 7986913. OLE color: 7986913.
HSL color Cylindrical-coordinate representation of color #E1DE79: hue angle of 58.27º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1DE79 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 121 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.12 |
| HSL | 58.27º | 0.63% | 0.68% | - |
| HSV(B) | 58.27º | 0.46% | 0.88% | - |
| XYZ | 60.62 | 69.63 | 28.33 | - |
| YUV | 211.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 121 | 0 | 0.01 | 0.46 | 0.12 | 58.27 | 0.63 | 0.68 |
| Hex | E1 | DE | 79 | 0 | 1 | 2E | C | 3A | 3F | 44 |
| Octal | 341 | 336 | 171 | 0 | 1 | 56 | 14 | 72 | 77 | 104 |
| Binary | 11100001 | 11011110 | 1111001 | 0 | 1 | 101110 | 1100 | 111010 | 111111 | 1000100 |
Color Harmonies of #E1DE79
Complementary color
Monochromatic Colors of #E1DE79
Black with #E1DE79
Text Example
Text Example
White with #E1DE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE79; }
p { color: rgb(225,222,121); }
H1.HeaderClassName
{
color: #E1DE79;
}
.AnyTagClassName
{
color: #E1DE79;
}
</style>
background-color css
<style>
a { background-color: #E1DE79; }
a { background-color: rgb(225,222,121); }
div.DivClassName
{
background-color: #E1DE79;
}
.BgClassName
{
background-color: #E1DE79;
}
</style>
border-color css
<style>
span { border-color: #E1DE79; }
span { border-color: rgb(225,222,121); }
td.TdClassName
{
border-color: #E1DE79;
}
.TagClassName
{
border-color: #E1DE79;
}
</style>