Shades of Goldenrod #E1D867
Tints of Goldenrod #E1D867
RGB
CMYK
RGB Variations
Color information
#E1D867 (or 0xE1D867) is known color: Goldenrod. HEX triplet: E1, D8 and 67. RGB value is (225,216,103). Sum of RGB (Red+Green+Blue) = 225+216+103=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D867 is #1E2798. Grayscale: #CECECE. Windows color (decimal): -1976217 or 6805729. OLE color: 6805729.
HSL color Cylindrical-coordinate representation of color #E1D867: hue angle of 55.57º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1D867 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 103 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.12 |
| HSL | 55.57º | 0.67% | 0.64% | - |
| HSV(B) | 55.57º | 0.54% | 0.88% | - |
| XYZ | 58.06 | 66.1 | 22.53 | - |
| YUV | 205.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 103 | 0 | 0.04 | 0.54 | 0.12 | 55.57 | 0.67 | 0.64 |
| Hex | E1 | D8 | 67 | 0 | 4 | 36 | C | 38 | 43 | 40 |
| Octal | 341 | 330 | 147 | 0 | 4 | 66 | 14 | 70 | 103 | 100 |
| Binary | 11100001 | 11011000 | 1100111 | 0 | 100 | 110110 | 1100 | 111000 | 1000011 | 1000000 |
Color Harmonies of #E1D867
Complementary color
Monochromatic Colors of #E1D867
Black with #E1D867
Text Example
Text Example
White with #E1D867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D867; }
p { color: rgb(225,216,103); }
H1.HeaderClassName
{
color: #E1D867;
}
.AnyTagClassName
{
color: #E1D867;
}
</style>
background-color css
<style>
a { background-color: #E1D867; }
a { background-color: rgb(225,216,103); }
div.DivClassName
{
background-color: #E1D867;
}
.BgClassName
{
background-color: #E1D867;
}
</style>
border-color css
<style>
span { border-color: #E1D867; }
span { border-color: rgb(225,216,103); }
td.TdClassName
{
border-color: #E1D867;
}
.TagClassName
{
border-color: #E1D867;
}
</style>