Shades of Goldenrod #E5DF73
Tints of Goldenrod #E5DF73
RGB
CMYK
RGB Variations
Color information
#E5DF73 (or 0xE5DF73) is known color: Goldenrod. HEX triplet: E5, DF and 73. RGB value is (229,223,115). Sum of RGB (Red+Green+Blue) = 229+223+115=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DF73 is #1A208C. Grayscale: #D4D4D4. Windows color (decimal): -1712269 or 7593957. OLE color: 7593957.
HSL color Cylindrical-coordinate representation of color #E5DF73: hue angle of 56.84º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5DF73 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 115 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.10 |
| HSL | 56.84º | 0.69% | 0.67% | - |
| HSV(B) | 56.84º | 0.5% | 0.9% | - |
| XYZ | 61.8 | 70.67 | 26.6 | - |
| YUV | 212.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 115 | 0 | 0.03 | 0.50 | 0.10 | 56.84 | 0.69 | 0.67 |
| Hex | E5 | DF | 73 | 0 | 3 | 32 | A | 39 | 45 | 43 |
| Octal | 345 | 337 | 163 | 0 | 3 | 62 | 12 | 71 | 105 | 103 |
| Binary | 11100101 | 11011111 | 1110011 | 0 | 11 | 110010 | 1010 | 111001 | 1000101 | 1000011 |
Color Harmonies of #E5DF73
Complementary color
Monochromatic Colors of #E5DF73
Black with #E5DF73
Text Example
Text Example
White with #E5DF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF73; }
p { color: rgb(229,223,115); }
H1.HeaderClassName
{
color: #E5DF73;
}
.AnyTagClassName
{
color: #E5DF73;
}
</style>
background-color css
<style>
a { background-color: #E5DF73; }
a { background-color: rgb(229,223,115); }
div.DivClassName
{
background-color: #E5DF73;
}
.BgClassName
{
background-color: #E5DF73;
}
</style>
border-color css
<style>
span { border-color: #E5DF73; }
span { border-color: rgb(229,223,115); }
td.TdClassName
{
border-color: #E5DF73;
}
.TagClassName
{
border-color: #E5DF73;
}
</style>