Shades of Goldenrod #E2D865
Tints of Goldenrod #E2D865
RGB
CMYK
RGB Variations
Color information
#E2D865 (or 0xE2D865) is known color: Goldenrod. HEX triplet: E2, D8 and 65. RGB value is (226,216,101). Sum of RGB (Red+Green+Blue) = 226+216+101=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D865 is #1D279A. Grayscale: #CECECE. Windows color (decimal): -1910683 or 6674658. OLE color: 6674658.
HSL color Cylindrical-coordinate representation of color #E2D865: hue angle of 55.2º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2D865 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 101 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.11 |
| HSL | 55.2º | 0.68% | 0.64% | - |
| HSV(B) | 55.2º | 0.55% | 0.89% | - |
| XYZ | 58.27 | 66.22 | 22.02 | - |
| YUV | 205.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 101 | 0 | 0.04 | 0.55 | 0.11 | 55.2 | 0.68 | 0.64 |
| Hex | E2 | D8 | 65 | 0 | 4 | 37 | B | 37 | 44 | 40 |
| Octal | 342 | 330 | 145 | 0 | 4 | 67 | 13 | 67 | 104 | 100 |
| Binary | 11100010 | 11011000 | 1100101 | 0 | 100 | 110111 | 1011 | 110111 | 1000100 | 1000000 |
Color Harmonies of #E2D865
Complementary color
Monochromatic Colors of #E2D865
Black with #E2D865
Text Example
Text Example
White with #E2D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D865; }
p { color: rgb(226,216,101); }
H1.HeaderClassName
{
color: #E2D865;
}
.AnyTagClassName
{
color: #E2D865;
}
</style>
background-color css
<style>
a { background-color: #E2D865; }
a { background-color: rgb(226,216,101); }
div.DivClassName
{
background-color: #E2D865;
}
.BgClassName
{
background-color: #E2D865;
}
</style>
border-color css
<style>
span { border-color: #E2D865; }
span { border-color: rgb(226,216,101); }
td.TdClassName
{
border-color: #E2D865;
}
.TagClassName
{
border-color: #E2D865;
}
</style>