Shades of Goldenrod #E3DF66
Tints of Goldenrod #E3DF66
RGB
CMYK
RGB Variations
Color information
#E3DF66 (or 0xE3DF66) is known color: Goldenrod. HEX triplet: E3, DF and 66. RGB value is (227,223,102). Sum of RGB (Red+Green+Blue) = 227+223+102=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DF66 is #1C2099. Grayscale: #D2D2D2. Windows color (decimal): -1843354 or 6741987. OLE color: 6741987.
HSL color Cylindrical-coordinate representation of color #E3DF66: hue angle of 58.08º 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 #E3DF66 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 102 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.11 |
| HSL | 58.08º | 0.69% | 0.65% | - |
| HSV(B) | 58.08º | 0.55% | 0.89% | - |
| XYZ | 60.46 | 70.07 | 22.91 | - |
| YUV | 210.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 102 | 0 | 0.02 | 0.55 | 0.11 | 58.08 | 0.69 | 0.65 |
| Hex | E3 | DF | 66 | 0 | 2 | 37 | B | 3A | 45 | 41 |
| Octal | 343 | 337 | 146 | 0 | 2 | 67 | 13 | 72 | 105 | 101 |
| Binary | 11100011 | 11011111 | 1100110 | 0 | 10 | 110111 | 1011 | 111010 | 1000101 | 1000001 |
Color Harmonies of #E3DF66
Complementary color
Monochromatic Colors of #E3DF66
Black with #E3DF66
Text Example
Text Example
White with #E3DF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF66; }
p { color: rgb(227,223,102); }
H1.HeaderClassName
{
color: #E3DF66;
}
.AnyTagClassName
{
color: #E3DF66;
}
</style>
background-color css
<style>
a { background-color: #E3DF66; }
a { background-color: rgb(227,223,102); }
div.DivClassName
{
background-color: #E3DF66;
}
.BgClassName
{
background-color: #E3DF66;
}
</style>
border-color css
<style>
span { border-color: #E3DF66; }
span { border-color: rgb(227,223,102); }
td.TdClassName
{
border-color: #E3DF66;
}
.TagClassName
{
border-color: #E3DF66;
}
</style>