Shades of Goldenrod #E4DF74
Tints of Goldenrod #E4DF74
RGB
CMYK
RGB Variations
Color information
#E4DF74 (or 0xE4DF74) is known color: Goldenrod. HEX triplet: E4, DF and 74. RGB value is (228,223,116). Sum of RGB (Red+Green+Blue) = 228+223+116=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DF74 is #1B208B. Grayscale: #D4D4D4. Windows color (decimal): -1777804 or 7659492. OLE color: 7659492.
HSL color Cylindrical-coordinate representation of color #E4DF74: hue angle of 57.32º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E4DF74 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 116 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.11 |
| HSL | 57.32º | 0.67% | 0.67% | - |
| HSV(B) | 57.32º | 0.49% | 0.89% | - |
| XYZ | 61.53 | 70.53 | 26.89 | - |
| YUV | 212.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 116 | 0 | 0.02 | 0.49 | 0.11 | 57.32 | 0.67 | 0.67 |
| Hex | E4 | DF | 74 | 0 | 2 | 31 | B | 39 | 43 | 43 |
| Octal | 344 | 337 | 164 | 0 | 2 | 61 | 13 | 71 | 103 | 103 |
| Binary | 11100100 | 11011111 | 1110100 | 0 | 10 | 110001 | 1011 | 111001 | 1000011 | 1000011 |
Color Harmonies of #E4DF74
Complementary color
Monochromatic Colors of #E4DF74
Black with #E4DF74
Text Example
Text Example
White with #E4DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF74; }
p { color: rgb(228,223,116); }
H1.HeaderClassName
{
color: #E4DF74;
}
.AnyTagClassName
{
color: #E4DF74;
}
</style>
background-color css
<style>
a { background-color: #E4DF74; }
a { background-color: rgb(228,223,116); }
div.DivClassName
{
background-color: #E4DF74;
}
.BgClassName
{
background-color: #E4DF74;
}
</style>
border-color css
<style>
span { border-color: #E4DF74; }
span { border-color: rgb(228,223,116); }
td.TdClassName
{
border-color: #E4DF74;
}
.TagClassName
{
border-color: #E4DF74;
}
</style>