Shades of Goldenrod #E1DC68
Tints of Goldenrod #E1DC68
RGB
CMYK
RGB Variations
Color information
#E1DC68 (or 0xE1DC68) is known color: Goldenrod. HEX triplet: E1, DC and 68. RGB value is (225,220,104). Sum of RGB (Red+Green+Blue) = 225+220+104=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC68 is #1E2397. Grayscale: #D0D0D0. Windows color (decimal): -1975192 or 6872289. OLE color: 6872289.
HSL color Cylindrical-coordinate representation of color #E1DC68: hue angle of 57.52º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1DC68 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 104 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.12 |
| HSL | 57.52º | 0.67% | 0.65% | - |
| HSV(B) | 57.52º | 0.54% | 0.88% | - |
| XYZ | 59.14 | 68.19 | 23.14 | - |
| YUV | 208.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 104 | 0 | 0.02 | 0.54 | 0.12 | 57.52 | 0.67 | 0.65 |
| Hex | E1 | DC | 68 | 0 | 2 | 36 | C | 3A | 43 | 41 |
| Octal | 341 | 334 | 150 | 0 | 2 | 66 | 14 | 72 | 103 | 101 |
| Binary | 11100001 | 11011100 | 1101000 | 0 | 10 | 110110 | 1100 | 111010 | 1000011 | 1000001 |
Color Harmonies of #E1DC68
Complementary color
Monochromatic Colors of #E1DC68
Black with #E1DC68
Text Example
Text Example
White with #E1DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC68; }
p { color: rgb(225,220,104); }
H1.HeaderClassName
{
color: #E1DC68;
}
.AnyTagClassName
{
color: #E1DC68;
}
</style>
background-color css
<style>
a { background-color: #E1DC68; }
a { background-color: rgb(225,220,104); }
div.DivClassName
{
background-color: #E1DC68;
}
.BgClassName
{
background-color: #E1DC68;
}
</style>
border-color css
<style>
span { border-color: #E1DC68; }
span { border-color: rgb(225,220,104); }
td.TdClassName
{
border-color: #E1DC68;
}
.TagClassName
{
border-color: #E1DC68;
}
</style>