Shades of Goldenrod #E1DC7A
Tints of Goldenrod #E1DC7A
RGB
CMYK
RGB Variations
Color information
#E1DC7A (or 0xE1DC7A) is known color: Goldenrod. HEX triplet: E1, DC and 7A. RGB value is (225,220,122). Sum of RGB (Red+Green+Blue) = 225+220+122=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC7A is #1E2385. Grayscale: #D2D2D2. Windows color (decimal): -1975174 or 8051937. OLE color: 8051937.
HSL color Cylindrical-coordinate representation of color #E1DC7A: hue angle of 57.09º 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 #E1DC7A is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 122 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.12 |
| HSL | 57.09º | 0.63% | 0.68% | - |
| HSV(B) | 57.09º | 0.46% | 0.88% | - |
| XYZ | 60.16 | 68.6 | 28.48 | - |
| YUV | 210.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 122 | 0 | 0.02 | 0.46 | 0.12 | 57.09 | 0.63 | 0.68 |
| Hex | E1 | DC | 7A | 0 | 2 | 2E | C | 39 | 3F | 44 |
| Octal | 341 | 334 | 172 | 0 | 2 | 56 | 14 | 71 | 77 | 104 |
| Binary | 11100001 | 11011100 | 1111010 | 0 | 10 | 101110 | 1100 | 111001 | 111111 | 1000100 |
Color Harmonies of #E1DC7A
Complementary color
Monochromatic Colors of #E1DC7A
Black with #E1DC7A
Text Example
Text Example
White with #E1DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC7A; }
p { color: rgb(225,220,122); }
H1.HeaderClassName
{
color: #E1DC7A;
}
.AnyTagClassName
{
color: #E1DC7A;
}
</style>
background-color css
<style>
a { background-color: #E1DC7A; }
a { background-color: rgb(225,220,122); }
div.DivClassName
{
background-color: #E1DC7A;
}
.BgClassName
{
background-color: #E1DC7A;
}
</style>
border-color css
<style>
span { border-color: #E1DC7A; }
span { border-color: rgb(225,220,122); }
td.TdClassName
{
border-color: #E1DC7A;
}
.TagClassName
{
border-color: #E1DC7A;
}
</style>