Shades of Golden Yellow #E5DA02
Tints of Golden Yellow #E5DA02
RGB
CMYK
RGB Variations
Color information
#E5DA02 (or 0xE5DA02) is known color: Golden Yellow. HEX triplet: E5, DA and 02. RGB value is (229,218,2). Sum of RGB (Red+Green+Blue) = 229+218+2=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DA02 is #1A25FD. Grayscale: #C5C5C5. Windows color (decimal): -1713662 or 187109. OLE color: 187109.
HSL color Cylindrical-coordinate representation of color #E5DA02: hue angle of 57.09º degrees, saturation: 0.98, 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 #E5DA02 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.10 |
| HSL | 57.09º | 0.98% | 0.45% | - |
| HSV(B) | 57.09º | 0.99% | 0.9% | - |
| XYZ | 57.4 | 66.81 | 9.93 | - |
| YUV | 196.67 | 18.14 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 2 | 0 | 0.05 | 0.99 | 0.10 | 57.09 | 0.98 | 0.45 |
| Hex | E5 | DA | 2 | 0 | 5 | 63 | A | 39 | 62 | 2D |
| Octal | 345 | 332 | 2 | 0 | 5 | 143 | 12 | 71 | 142 | 55 |
| Binary | 11100101 | 11011010 | 10 | 0 | 101 | 1100011 | 1010 | 111001 | 1100010 | 101101 |
Color Harmonies of #E5DA02
Complementary color
Monochromatic Colors of #E5DA02
Black with #E5DA02
Text Example
Text Example
White with #E5DA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA02; }
p { color: rgb(229,218,2); }
H1.HeaderClassName
{
color: #E5DA02;
}
.AnyTagClassName
{
color: #E5DA02;
}
</style>
background-color css
<style>
a { background-color: #E5DA02; }
a { background-color: rgb(229,218,2); }
div.DivClassName
{
background-color: #E5DA02;
}
.BgClassName
{
background-color: #E5DA02;
}
</style>
border-color css
<style>
span { border-color: #E5DA02; }
span { border-color: rgb(229,218,2); }
td.TdClassName
{
border-color: #E5DA02;
}
.TagClassName
{
border-color: #E5DA02;
}
</style>