Shades of Goldenrod #E3DC70
Tints of Goldenrod #E3DC70
RGB
CMYK
RGB Variations
Color information
#E3DC70 (or 0xE3DC70) is known color: Goldenrod. HEX triplet: E3, DC and 70. RGB value is (227,220,112). Sum of RGB (Red+Green+Blue) = 227+220+112=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC70 is #1C238F. Grayscale: #D2D2D2. Windows color (decimal): -1844112 or 7396579. OLE color: 7396579.
HSL color Cylindrical-coordinate representation of color #E3DC70: hue angle of 56.35º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3DC70 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 112 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.11 |
| HSL | 56.35º | 0.67% | 0.66% | - |
| HSV(B) | 56.35º | 0.51% | 0.89% | - |
| XYZ | 60.2 | 68.69 | 25.41 | - |
| YUV | 209.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 112 | 0 | 0.03 | 0.51 | 0.11 | 56.35 | 0.67 | 0.66 |
| Hex | E3 | DC | 70 | 0 | 3 | 33 | B | 38 | 43 | 42 |
| Octal | 343 | 334 | 160 | 0 | 3 | 63 | 13 | 70 | 103 | 102 |
| Binary | 11100011 | 11011100 | 1110000 | 0 | 11 | 110011 | 1011 | 111000 | 1000011 | 1000010 |
Color Harmonies of #E3DC70
Complementary color
Monochromatic Colors of #E3DC70
Black with #E3DC70
Text Example
Text Example
White with #E3DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DC70; }
p { color: rgb(227,220,112); }
H1.HeaderClassName
{
color: #E3DC70;
}
.AnyTagClassName
{
color: #E3DC70;
}
</style>
background-color css
<style>
a { background-color: #E3DC70; }
a { background-color: rgb(227,220,112); }
div.DivClassName
{
background-color: #E3DC70;
}
.BgClassName
{
background-color: #E3DC70;
}
</style>
border-color css
<style>
span { border-color: #E3DC70; }
span { border-color: rgb(227,220,112); }
td.TdClassName
{
border-color: #E3DC70;
}
.TagClassName
{
border-color: #E3DC70;
}
</style>