Shades of Goldenrod #E1DF74
Tints of Goldenrod #E1DF74
RGB
CMYK
RGB Variations
Color information
#E1DF74 (or 0xE1DF74) is known color: Goldenrod. HEX triplet: E1, DF and 74. RGB value is (225,223,116). Sum of RGB (Red+Green+Blue) = 225+223+116=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF74 is #1E208B. Grayscale: #D3D3D3. Windows color (decimal): -1974412 or 7659489. OLE color: 7659489.
HSL color Cylindrical-coordinate representation of color #E1DF74: hue angle of 58.9º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1DF74 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 116 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.12 |
| HSL | 58.9º | 0.64% | 0.67% | - |
| HSV(B) | 58.9º | 0.48% | 0.88% | - |
| XYZ | 60.59 | 70.04 | 26.85 | - |
| YUV | 211.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 116 | 0 | 0.01 | 0.48 | 0.12 | 58.9 | 0.64 | 0.67 |
| Hex | E1 | DF | 74 | 0 | 1 | 30 | C | 3B | 40 | 43 |
| Octal | 341 | 337 | 164 | 0 | 1 | 60 | 14 | 73 | 100 | 103 |
| Binary | 11100001 | 11011111 | 1110100 | 0 | 1 | 110000 | 1100 | 111011 | 1000000 | 1000011 |
Color Harmonies of #E1DF74
Complementary color
Monochromatic Colors of #E1DF74
Black with #E1DF74
Text Example
Text Example
White with #E1DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF74; }
p { color: rgb(225,223,116); }
H1.HeaderClassName
{
color: #E1DF74;
}
.AnyTagClassName
{
color: #E1DF74;
}
</style>
background-color css
<style>
a { background-color: #E1DF74; }
a { background-color: rgb(225,223,116); }
div.DivClassName
{
background-color: #E1DF74;
}
.BgClassName
{
background-color: #E1DF74;
}
</style>
border-color css
<style>
span { border-color: #E1DF74; }
span { border-color: rgb(225,223,116); }
td.TdClassName
{
border-color: #E1DF74;
}
.TagClassName
{
border-color: #E1DF74;
}
</style>