Shades of Golden Yellow #E2DA07
Tints of Golden Yellow #E2DA07
RGB
CMYK
RGB Variations
Color information
#E2DA07 (or 0xE2DA07) is known color: Golden Yellow. HEX triplet: E2, DA and 07. RGB value is (226,218,7). Sum of RGB (Red+Green+Blue) = 226+218+7=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DA07 is #1D25F8. Grayscale: #C5C5C5. Windows color (decimal): -1910265 or 514786. OLE color: 514786.
HSL color Cylindrical-coordinate representation of color #E2DA07: hue angle of 57.81º 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 #E2DA07 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.11 |
| HSL | 57.81º | 0.94% | 0.46% | - |
| HSV(B) | 57.81º | 0.97% | 0.89% | - |
| XYZ | 56.47 | 66.33 | 10.03 | - |
| YUV | 196.34 | 21.15 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 7 | 0 | 0.04 | 0.97 | 0.11 | 57.81 | 0.94 | 0.46 |
| Hex | E2 | DA | 7 | 0 | 4 | 61 | B | 3A | 5E | 2E |
| Octal | 342 | 332 | 7 | 0 | 4 | 141 | 13 | 72 | 136 | 56 |
| Binary | 11100010 | 11011010 | 111 | 0 | 100 | 1100001 | 1011 | 111010 | 1011110 | 101110 |
Color Harmonies of #E2DA07
Complementary color
Monochromatic Colors of #E2DA07
Black with #E2DA07
Text Example
Text Example
White with #E2DA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA07; }
p { color: rgb(226,218,7); }
H1.HeaderClassName
{
color: #E2DA07;
}
.AnyTagClassName
{
color: #E2DA07;
}
</style>
background-color css
<style>
a { background-color: #E2DA07; }
a { background-color: rgb(226,218,7); }
div.DivClassName
{
background-color: #E2DA07;
}
.BgClassName
{
background-color: #E2DA07;
}
</style>
border-color css
<style>
span { border-color: #E2DA07; }
span { border-color: rgb(226,218,7); }
td.TdClassName
{
border-color: #E2DA07;
}
.TagClassName
{
border-color: #E2DA07;
}
</style>