Shades of Golden Yellow #E9DB04
Tints of Golden Yellow #E9DB04
RGB
CMYK
RGB Variations
Color information
#E9DB04 (or 0xE9DB04) is known color: Golden Yellow. HEX triplet: E9, DB and 04. RGB value is (233,219,4). Sum of RGB (Red+Green+Blue) = 233+219+4=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DB04 is #1624FB. Grayscale: #C7C7C7. Windows color (decimal): -1451260 or 318441. OLE color: 318441.
HSL color Cylindrical-coordinate representation of color #E9DB04: hue angle of 56.33º 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 #E9DB04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.09 |
| HSL | 56.33º | 0.97% | 0.46% | - |
| HSV(B) | 56.33º | 0.98% | 0.91% | - |
| XYZ | 58.96 | 68 | 10.13 | - |
| YUV | 198.68 | 18.14 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 4 | 0 | 0.06 | 0.98 | 0.09 | 56.33 | 0.97 | 0.46 |
| Hex | E9 | DB | 4 | 0 | 6 | 62 | 9 | 38 | 61 | 2E |
| Octal | 351 | 333 | 4 | 0 | 6 | 142 | 11 | 70 | 141 | 56 |
| Binary | 11101001 | 11011011 | 100 | 0 | 110 | 1100010 | 1001 | 111000 | 1100001 | 101110 |
Color Harmonies of #E9DB04
Complementary color
Monochromatic Colors of #E9DB04
Black with #E9DB04
Text Example
Text Example
White with #E9DB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB04; }
p { color: rgb(233,219,4); }
H1.HeaderClassName
{
color: #E9DB04;
}
.AnyTagClassName
{
color: #E9DB04;
}
</style>
background-color css
<style>
a { background-color: #E9DB04; }
a { background-color: rgb(233,219,4); }
div.DivClassName
{
background-color: #E9DB04;
}
.BgClassName
{
background-color: #E9DB04;
}
</style>
border-color css
<style>
span { border-color: #E9DB04; }
span { border-color: rgb(233,219,4); }
td.TdClassName
{
border-color: #E9DB04;
}
.TagClassName
{
border-color: #E9DB04;
}
</style>