Shades of Goldenrod #E3D966
Tints of Goldenrod #E3D966
RGB
CMYK
RGB Variations
Color information
#E3D966 (or 0xE3D966) is known color: Goldenrod. HEX triplet: E3, D9 and 66. RGB value is (227,217,102). Sum of RGB (Red+Green+Blue) = 227+217+102=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D966 is #1C2699. Grayscale: #CFCFCF. Windows color (decimal): -1844890 or 6740451. OLE color: 6740451.
HSL color Cylindrical-coordinate representation of color #E3D966: hue angle of 55.2º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E3D966 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 217 | 102 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.11 |
| HSL | 55.2º | 0.69% | 0.65% | - |
| HSV(B) | 55.2º | 0.55% | 0.89% | - |
| XYZ | 58.89 | 66.92 | 22.38 | - |
| YUV | 206.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 102 | 0 | 0.04 | 0.55 | 0.11 | 55.2 | 0.69 | 0.65 |
| Hex | E3 | D9 | 66 | 0 | 4 | 37 | B | 37 | 45 | 41 |
| Octal | 343 | 331 | 146 | 0 | 4 | 67 | 13 | 67 | 105 | 101 |
| Binary | 11100011 | 11011001 | 1100110 | 0 | 100 | 110111 | 1011 | 110111 | 1000101 | 1000001 |
Color Harmonies of #E3D966
Complementary color
Monochromatic Colors of #E3D966
Black with #E3D966
Text Example
Text Example
White with #E3D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D966; }
p { color: rgb(227,217,102); }
H1.HeaderClassName
{
color: #E3D966;
}
.AnyTagClassName
{
color: #E3D966;
}
</style>
background-color css
<style>
a { background-color: #E3D966; }
a { background-color: rgb(227,217,102); }
div.DivClassName
{
background-color: #E3D966;
}
.BgClassName
{
background-color: #E3D966;
}
</style>
border-color css
<style>
span { border-color: #E3D966; }
span { border-color: rgb(227,217,102); }
td.TdClassName
{
border-color: #E3D966;
}
.TagClassName
{
border-color: #E3D966;
}
</style>