Shades of Goldenrod #E3DC6E
Tints of Goldenrod #E3DC6E
RGB
CMYK
RGB Variations
Color information
#E3DC6E (or 0xE3DC6E) is known color: Goldenrod. HEX triplet: E3, DC and 6E. RGB value is (227,220,110). Sum of RGB (Red+Green+Blue) = 227+220+110=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC6E is #1C2391. Grayscale: #D1D1D1. Windows color (decimal): -1844114 or 7265507. OLE color: 7265507.
HSL color Cylindrical-coordinate representation of color #E3DC6E: hue angle of 56.41º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3DC6E is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 110 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.11 |
| HSL | 56.41º | 0.68% | 0.66% | - |
| HSV(B) | 56.41º | 0.52% | 0.89% | - |
| XYZ | 60.09 | 68.64 | 24.83 | - |
| YUV | 209.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 110 | 0 | 0.03 | 0.52 | 0.11 | 56.41 | 0.68 | 0.66 |
| Hex | E3 | DC | 6E | 0 | 3 | 34 | B | 38 | 44 | 42 |
| Octal | 343 | 334 | 156 | 0 | 3 | 64 | 13 | 70 | 104 | 102 |
| Binary | 11100011 | 11011100 | 1101110 | 0 | 11 | 110100 | 1011 | 111000 | 1000100 | 1000010 |
Color Harmonies of #E3DC6E
Complementary color
Monochromatic Colors of #E3DC6E
Black with #E3DC6E
Text Example
Text Example
White with #E3DC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DC6E; }
p { color: rgb(227,220,110); }
H1.HeaderClassName
{
color: #E3DC6E;
}
.AnyTagClassName
{
color: #E3DC6E;
}
</style>
background-color css
<style>
a { background-color: #E3DC6E; }
a { background-color: rgb(227,220,110); }
div.DivClassName
{
background-color: #E3DC6E;
}
.BgClassName
{
background-color: #E3DC6E;
}
</style>
border-color css
<style>
span { border-color: #E3DC6E; }
span { border-color: rgb(227,220,110); }
td.TdClassName
{
border-color: #E3DC6E;
}
.TagClassName
{
border-color: #E3DC6E;
}
</style>