Shades of Goldenrod #E3DA66
Tints of Goldenrod #E3DA66
RGB
CMYK
RGB Variations
Color information
#E3DA66 (or 0xE3DA66) is known color: Goldenrod. HEX triplet: E3, DA and 66. RGB value is (227,218,102). Sum of RGB (Red+Green+Blue) = 227+218+102=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DA66 is #1C2599. Grayscale: #CFCFCF. Windows color (decimal): -1844634 or 6740707. OLE color: 6740707.
HSL color Cylindrical-coordinate representation of color #E3DA66: hue angle of 55.68º 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 #E3DA66 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 218 | 102 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.11 |
| HSL | 55.68º | 0.69% | 0.65% | - |
| HSV(B) | 55.68º | 0.55% | 0.89% | - |
| XYZ | 59.15 | 67.43 | 22.47 | - |
| YUV | 207.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 102 | 0 | 0.04 | 0.55 | 0.11 | 55.68 | 0.69 | 0.65 |
| Hex | E3 | DA | 66 | 0 | 4 | 37 | B | 38 | 45 | 41 |
| Octal | 343 | 332 | 146 | 0 | 4 | 67 | 13 | 70 | 105 | 101 |
| Binary | 11100011 | 11011010 | 1100110 | 0 | 100 | 110111 | 1011 | 111000 | 1000101 | 1000001 |
Color Harmonies of #E3DA66
Complementary color
Monochromatic Colors of #E3DA66
Black with #E3DA66
Text Example
Text Example
White with #E3DA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DA66; }
p { color: rgb(227,218,102); }
H1.HeaderClassName
{
color: #E3DA66;
}
.AnyTagClassName
{
color: #E3DA66;
}
</style>
background-color css
<style>
a { background-color: #E3DA66; }
a { background-color: rgb(227,218,102); }
div.DivClassName
{
background-color: #E3DA66;
}
.BgClassName
{
background-color: #E3DA66;
}
</style>
border-color css
<style>
span { border-color: #E3DA66; }
span { border-color: rgb(227,218,102); }
td.TdClassName
{
border-color: #E3DA66;
}
.TagClassName
{
border-color: #E3DA66;
}
</style>