Shades of Goldenrod #E1DF78
Tints of Goldenrod #E1DF78
RGB
CMYK
RGB Variations
Color information
#E1DF78 (or 0xE1DF78) is known color: Goldenrod. HEX triplet: E1, DF and 78. RGB value is (225,223,120). Sum of RGB (Red+Green+Blue) = 225+223+120=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF78 is #1E2087. Grayscale: #D4D4D4. Windows color (decimal): -1974408 or 7921633. OLE color: 7921633.
HSL color Cylindrical-coordinate representation of color #E1DF78: hue angle of 58.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1DF78 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 120 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.12 |
| HSL | 58.86º | 0.64% | 0.68% | - |
| HSV(B) | 58.86º | 0.47% | 0.88% | - |
| XYZ | 60.83 | 70.14 | 28.1 | - |
| YUV | 211.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 120 | 0 | 0.01 | 0.47 | 0.12 | 58.86 | 0.64 | 0.68 |
| Hex | E1 | DF | 78 | 0 | 1 | 2F | C | 3B | 40 | 44 |
| Octal | 341 | 337 | 170 | 0 | 1 | 57 | 14 | 73 | 100 | 104 |
| Binary | 11100001 | 11011111 | 1111000 | 0 | 1 | 101111 | 1100 | 111011 | 1000000 | 1000100 |
Color Harmonies of #E1DF78
Complementary color
Monochromatic Colors of #E1DF78
Black with #E1DF78
Text Example
Text Example
White with #E1DF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF78; }
p { color: rgb(225,223,120); }
H1.HeaderClassName
{
color: #E1DF78;
}
.AnyTagClassName
{
color: #E1DF78;
}
</style>
background-color css
<style>
a { background-color: #E1DF78; }
a { background-color: rgb(225,223,120); }
div.DivClassName
{
background-color: #E1DF78;
}
.BgClassName
{
background-color: #E1DF78;
}
</style>
border-color css
<style>
span { border-color: #E1DF78; }
span { border-color: rgb(225,223,120); }
td.TdClassName
{
border-color: #E1DF78;
}
.TagClassName
{
border-color: #E1DF78;
}
</style>