Shades of Golden Yellow #E5DA0A
Tints of Golden Yellow #E5DA0A
RGB
CMYK
RGB Variations
Color information
#E5DA0A (or 0xE5DA0A) is known color: Golden Yellow. HEX triplet: E5, DA and 0A. RGB value is (229,218,10). Sum of RGB (Red+Green+Blue) = 229+218+10=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DA0A is #1A25F5. Grayscale: #C6C6C6. Windows color (decimal): -1713654 or 711397. OLE color: 711397.
HSL color Cylindrical-coordinate representation of color #E5DA0A: hue angle of 56.99º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5DA0A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.10 |
| HSL | 56.99º | 0.92% | 0.47% | - |
| HSV(B) | 56.99º | 0.96% | 0.9% | - |
| XYZ | 57.44 | 66.82 | 10.16 | - |
| YUV | 197.58 | 22.14 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 10 | 0 | 0.05 | 0.96 | 0.10 | 56.99 | 0.92 | 0.47 |
| Hex | E5 | DA | A | 0 | 5 | 60 | A | 39 | 5C | 2F |
| Octal | 345 | 332 | 12 | 0 | 5 | 140 | 12 | 71 | 134 | 57 |
| Binary | 11100101 | 11011010 | 1010 | 0 | 101 | 1100000 | 1010 | 111001 | 1011100 | 101111 |
Color Harmonies of #E5DA0A
Complementary color
Monochromatic Colors of #E5DA0A
Black with #E5DA0A
Text Example
Text Example
White with #E5DA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA0A; }
p { color: rgb(229,218,10); }
H1.HeaderClassName
{
color: #E5DA0A;
}
.AnyTagClassName
{
color: #E5DA0A;
}
</style>
background-color css
<style>
a { background-color: #E5DA0A; }
a { background-color: rgb(229,218,10); }
div.DivClassName
{
background-color: #E5DA0A;
}
.BgClassName
{
background-color: #E5DA0A;
}
</style>
border-color css
<style>
span { border-color: #E5DA0A; }
span { border-color: rgb(229,218,10); }
td.TdClassName
{
border-color: #E5DA0A;
}
.TagClassName
{
border-color: #E5DA0A;
}
</style>