Shades of Golden Yellow #E5DA03
Tints of Golden Yellow #E5DA03
RGB
CMYK
RGB Variations
Color information
#E5DA03 (or 0xE5DA03) is known color: Golden Yellow. HEX triplet: E5, DA and 03. RGB value is (229,218,3). Sum of RGB (Red+Green+Blue) = 229+218+3=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DA03 is #1A25FC. Grayscale: #C5C5C5. Windows color (decimal): -1713661 or 252645. OLE color: 252645.
HSL color Cylindrical-coordinate representation of color #E5DA03: hue angle of 57.08º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5DA03 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.10 |
| HSL | 57.08º | 0.97% | 0.45% | - |
| HSV(B) | 57.08º | 0.99% | 0.9% | - |
| XYZ | 57.4 | 66.81 | 9.96 | - |
| YUV | 196.78 | 18.64 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 3 | 0 | 0.05 | 0.99 | 0.10 | 57.08 | 0.97 | 0.45 |
| Hex | E5 | DA | 3 | 0 | 5 | 63 | A | 39 | 61 | 2D |
| Octal | 345 | 332 | 3 | 0 | 5 | 143 | 12 | 71 | 141 | 55 |
| Binary | 11100101 | 11011010 | 11 | 0 | 101 | 1100011 | 1010 | 111001 | 1100001 | 101101 |
Color Harmonies of #E5DA03
Complementary color
Monochromatic Colors of #E5DA03
Black with #E5DA03
Text Example
Text Example
White with #E5DA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA03; }
p { color: rgb(229,218,3); }
H1.HeaderClassName
{
color: #E5DA03;
}
.AnyTagClassName
{
color: #E5DA03;
}
</style>
background-color css
<style>
a { background-color: #E5DA03; }
a { background-color: rgb(229,218,3); }
div.DivClassName
{
background-color: #E5DA03;
}
.BgClassName
{
background-color: #E5DA03;
}
</style>
border-color css
<style>
span { border-color: #E5DA03; }
span { border-color: rgb(229,218,3); }
td.TdClassName
{
border-color: #E5DA03;
}
.TagClassName
{
border-color: #E5DA03;
}
</style>