Shades of Goldenrod #E4DF73
Tints of Goldenrod #E4DF73
RGB
CMYK
RGB Variations
Color information
#E4DF73 (or 0xE4DF73) is known color: Goldenrod. HEX triplet: E4, DF and 73. RGB value is (228,223,115). Sum of RGB (Red+Green+Blue) = 228+223+115=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DF73 is #1B208C. Grayscale: #D4D4D4. Windows color (decimal): -1777805 or 7593956. OLE color: 7593956.
HSL color Cylindrical-coordinate representation of color #E4DF73: hue angle of 57.35º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E4DF73 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 115 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.11 |
| HSL | 57.35º | 0.68% | 0.67% | - |
| HSV(B) | 57.35º | 0.5% | 0.89% | - |
| XYZ | 61.48 | 70.51 | 26.59 | - |
| YUV | 212.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 115 | 0 | 0.02 | 0.50 | 0.11 | 57.35 | 0.68 | 0.67 |
| Hex | E4 | DF | 73 | 0 | 2 | 32 | B | 39 | 44 | 43 |
| Octal | 344 | 337 | 163 | 0 | 2 | 62 | 13 | 71 | 104 | 103 |
| Binary | 11100100 | 11011111 | 1110011 | 0 | 10 | 110010 | 1011 | 111001 | 1000100 | 1000011 |
Color Harmonies of #E4DF73
Complementary color
Monochromatic Colors of #E4DF73
Black with #E4DF73
Text Example
Text Example
White with #E4DF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF73; }
p { color: rgb(228,223,115); }
H1.HeaderClassName
{
color: #E4DF73;
}
.AnyTagClassName
{
color: #E4DF73;
}
</style>
background-color css
<style>
a { background-color: #E4DF73; }
a { background-color: rgb(228,223,115); }
div.DivClassName
{
background-color: #E4DF73;
}
.BgClassName
{
background-color: #E4DF73;
}
</style>
border-color css
<style>
span { border-color: #E4DF73; }
span { border-color: rgb(228,223,115); }
td.TdClassName
{
border-color: #E4DF73;
}
.TagClassName
{
border-color: #E4DF73;
}
</style>