Shades of Golden Yellow #E9DA04
Tints of Golden Yellow #E9DA04
RGB
CMYK
RGB Variations
Color information
#E9DA04 (or 0xE9DA04) is known color: Golden Yellow. HEX triplet: E9, DA and 04. RGB value is (233,218,4). Sum of RGB (Red+Green+Blue) = 233+218+4=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DA04 is #1625FB. Grayscale: #C6C6C6. Windows color (decimal): -1451516 or 318185. OLE color: 318185.
HSL color Cylindrical-coordinate representation of color #E9DA04: hue angle of 56.07º 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 #E9DA04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.09 |
| HSL | 56.07º | 0.97% | 0.46% | - |
| HSV(B) | 56.07º | 0.98% | 0.91% | - |
| XYZ | 58.7 | 67.48 | 10.05 | - |
| YUV | 198.09 | 18.47 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 4 | 0 | 0.06 | 0.98 | 0.09 | 56.07 | 0.97 | 0.46 |
| Hex | E9 | DA | 4 | 0 | 6 | 62 | 9 | 38 | 61 | 2E |
| Octal | 351 | 332 | 4 | 0 | 6 | 142 | 11 | 70 | 141 | 56 |
| Binary | 11101001 | 11011010 | 100 | 0 | 110 | 1100010 | 1001 | 111000 | 1100001 | 101110 |
Color Harmonies of #E9DA04
Complementary color
Monochromatic Colors of #E9DA04
Black with #E9DA04
Text Example
Text Example
White with #E9DA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA04; }
p { color: rgb(233,218,4); }
H1.HeaderClassName
{
color: #E9DA04;
}
.AnyTagClassName
{
color: #E9DA04;
}
</style>
background-color css
<style>
a { background-color: #E9DA04; }
a { background-color: rgb(233,218,4); }
div.DivClassName
{
background-color: #E9DA04;
}
.BgClassName
{
background-color: #E9DA04;
}
</style>
border-color css
<style>
span { border-color: #E9DA04; }
span { border-color: rgb(233,218,4); }
td.TdClassName
{
border-color: #E9DA04;
}
.TagClassName
{
border-color: #E9DA04;
}
</style>