Shades of Golden Yellow #E3DC07
Tints of Golden Yellow #E3DC07
RGB
CMYK
RGB Variations
Color information
#E3DC07 (or 0xE3DC07) is known color: Golden Yellow. HEX triplet: E3, DC and 07. RGB value is (227,220,7). Sum of RGB (Red+Green+Blue) = 227+220+7=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3DC07 is #1C23F8. Grayscale: #C6C6C6. Windows color (decimal): -1844217 or 515299. OLE color: 515299.
HSL color Cylindrical-coordinate representation of color #E3DC07: hue angle of 58.09º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3DC07 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.11 |
| HSL | 58.09º | 0.94% | 0.46% | - |
| HSV(B) | 58.09º | 0.97% | 0.89% | - |
| XYZ | 57.31 | 67.53 | 10.22 | - |
| YUV | 197.81 | 20.32 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 7 | 0 | 0.03 | 0.97 | 0.11 | 58.09 | 0.94 | 0.46 |
| Hex | E3 | DC | 7 | 0 | 3 | 61 | B | 3A | 5E | 2E |
| Octal | 343 | 334 | 7 | 0 | 3 | 141 | 13 | 72 | 136 | 56 |
| Binary | 11100011 | 11011100 | 111 | 0 | 11 | 1100001 | 1011 | 111010 | 1011110 | 101110 |
Color Harmonies of #E3DC07
Complementary color
Monochromatic Colors of #E3DC07
Black with #E3DC07
Text Example
Text Example
White with #E3DC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DC07; }
p { color: rgb(227,220,7); }
H1.HeaderClassName
{
color: #E3DC07;
}
.AnyTagClassName
{
color: #E3DC07;
}
</style>
background-color css
<style>
a { background-color: #E3DC07; }
a { background-color: rgb(227,220,7); }
div.DivClassName
{
background-color: #E3DC07;
}
.BgClassName
{
background-color: #E3DC07;
}
</style>
border-color css
<style>
span { border-color: #E3DC07; }
span { border-color: rgb(227,220,7); }
td.TdClassName
{
border-color: #E3DC07;
}
.TagClassName
{
border-color: #E3DC07;
}
</style>