Shades of Golden Yellow #E7DA04
Tints of Golden Yellow #E7DA04
RGB
CMYK
RGB Variations
Color information
#E7DA04 (or 0xE7DA04) is known color: Golden Yellow. HEX triplet: E7, DA and 04. RGB value is (231,218,4). Sum of RGB (Red+Green+Blue) = 231+218+4=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DA04 is #1825FB. Grayscale: #C6C6C6. Windows color (decimal): -1582588 or 318183. OLE color: 318183.
HSL color Cylindrical-coordinate representation of color #E7DA04: hue angle of 56.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7DA04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.09 |
| HSL | 56.56º | 0.97% | 0.46% | - |
| HSV(B) | 56.56º | 0.98% | 0.91% | - |
| XYZ | 58.05 | 67.14 | 10.01 | - |
| YUV | 197.49 | 18.81 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 4 | 0 | 0.06 | 0.98 | 0.09 | 56.56 | 0.97 | 0.46 |
| Hex | E7 | DA | 4 | 0 | 6 | 62 | 9 | 39 | 61 | 2E |
| Octal | 347 | 332 | 4 | 0 | 6 | 142 | 11 | 71 | 141 | 56 |
| Binary | 11100111 | 11011010 | 100 | 0 | 110 | 1100010 | 1001 | 111001 | 1100001 | 101110 |
Color Harmonies of #E7DA04
Complementary color
Monochromatic Colors of #E7DA04
Black with #E7DA04
Text Example
Text Example
White with #E7DA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA04; }
p { color: rgb(231,218,4); }
H1.HeaderClassName
{
color: #E7DA04;
}
.AnyTagClassName
{
color: #E7DA04;
}
</style>
background-color css
<style>
a { background-color: #E7DA04; }
a { background-color: rgb(231,218,4); }
div.DivClassName
{
background-color: #E7DA04;
}
.BgClassName
{
background-color: #E7DA04;
}
</style>
border-color css
<style>
span { border-color: #E7DA04; }
span { border-color: rgb(231,218,4); }
td.TdClassName
{
border-color: #E7DA04;
}
.TagClassName
{
border-color: #E7DA04;
}
</style>