Shades of Goldenrod #E1DE76
Tints of Goldenrod #E1DE76
RGB
CMYK
RGB Variations
Color information
#E1DE76 (or 0xE1DE76) is known color: Goldenrod. HEX triplet: E1, DE and 76. RGB value is (225,222,118). Sum of RGB (Red+Green+Blue) = 225+222+118=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DE76 is #1E2189. Grayscale: #D3D3D3. Windows color (decimal): -1974666 or 7790305. OLE color: 7790305.
HSL color Cylindrical-coordinate representation of color #E1DE76: hue angle of 58.32º 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 #E1DE76 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 118 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.12 |
| HSL | 58.32º | 0.64% | 0.67% | - |
| HSV(B) | 58.32º | 0.48% | 0.88% | - |
| XYZ | 60.44 | 69.56 | 27.38 | - |
| YUV | 211.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 118 | 0 | 0.01 | 0.48 | 0.12 | 58.32 | 0.64 | 0.67 |
| Hex | E1 | DE | 76 | 0 | 1 | 30 | C | 3A | 40 | 43 |
| Octal | 341 | 336 | 166 | 0 | 1 | 60 | 14 | 72 | 100 | 103 |
| Binary | 11100001 | 11011110 | 1110110 | 0 | 1 | 110000 | 1100 | 111010 | 1000000 | 1000011 |
Color Harmonies of #E1DE76
Complementary color
Monochromatic Colors of #E1DE76
Black with #E1DE76
Text Example
Text Example
White with #E1DE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE76; }
p { color: rgb(225,222,118); }
H1.HeaderClassName
{
color: #E1DE76;
}
.AnyTagClassName
{
color: #E1DE76;
}
</style>
background-color css
<style>
a { background-color: #E1DE76; }
a { background-color: rgb(225,222,118); }
div.DivClassName
{
background-color: #E1DE76;
}
.BgClassName
{
background-color: #E1DE76;
}
</style>
border-color css
<style>
span { border-color: #E1DE76; }
span { border-color: rgb(225,222,118); }
td.TdClassName
{
border-color: #E1DE76;
}
.TagClassName
{
border-color: #E1DE76;
}
</style>