Shades of Goldenrod #E1D965
Tints of Goldenrod #E1D965
RGB
CMYK
RGB Variations
Color information
#E1D965 (or 0xE1D965) is known color: Goldenrod. HEX triplet: E1, D9 and 65. RGB value is (225,217,101). Sum of RGB (Red+Green+Blue) = 225+217+101=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D965 is #1E269A. Grayscale: #CECECE. Windows color (decimal): -1975963 or 6674913. OLE color: 6674913.
HSL color Cylindrical-coordinate representation of color #E1D965: hue angle of 56.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1D965 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 101 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.12 |
| HSL | 56.13º | 0.67% | 0.64% | - |
| HSV(B) | 56.13º | 0.55% | 0.88% | - |
| XYZ | 58.21 | 66.57 | 22.09 | - |
| YUV | 206.17 | 68.65 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 101 | 0 | 0.04 | 0.55 | 0.12 | 56.13 | 0.67 | 0.64 |
| Hex | E1 | D9 | 65 | 0 | 4 | 37 | C | 38 | 43 | 40 |
| Octal | 341 | 331 | 145 | 0 | 4 | 67 | 14 | 70 | 103 | 100 |
| Binary | 11100001 | 11011001 | 1100101 | 0 | 100 | 110111 | 1100 | 111000 | 1000011 | 1000000 |
Color Harmonies of #E1D965
Complementary color
Monochromatic Colors of #E1D965
Black with #E1D965
Text Example
Text Example
White with #E1D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D965; }
p { color: rgb(225,217,101); }
H1.HeaderClassName
{
color: #E1D965;
}
.AnyTagClassName
{
color: #E1D965;
}
</style>
background-color css
<style>
a { background-color: #E1D965; }
a { background-color: rgb(225,217,101); }
div.DivClassName
{
background-color: #E1D965;
}
.BgClassName
{
background-color: #E1D965;
}
</style>
border-color css
<style>
span { border-color: #E1D965; }
span { border-color: rgb(225,217,101); }
td.TdClassName
{
border-color: #E1D965;
}
.TagClassName
{
border-color: #E1D965;
}
</style>