Shades of Golden Yellow #E0DA00
Tints of Golden Yellow #E0DA00
RGB
CMYK
RGB Variations
Color information
#E0DA00 (or 0xE0DA00) is known color: Golden Yellow. HEX triplet: E0, DA and 00. RGB value is (224,218,0). Sum of RGB (Red+Green+Blue) = 224+218+0=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DA00 is #1F25FF. Grayscale: #C3C3C3. Windows color (decimal): -2041344 or 56032. OLE color: 56032.
HSL color Cylindrical-coordinate representation of color #E0DA00: hue angle of 58.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0DA00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.12 |
| HSL | 58.39º | 1% | 0.44% | - |
| HSV(B) | 58.39º | 1% | 0.88% | - |
| XYZ | 55.81 | 65.99 | 9.8 | - |
| YUV | 194.94 | 17.99 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 0 | 0 | 0.03 | 1 | 0.12 | 58.39 | 1 | 0.44 |
| Hex | E0 | DA | 0 | 0 | 3 | 64 | C | 3A | 64 | 2C |
| Octal | 340 | 332 | 0 | 0 | 3 | 144 | 14 | 72 | 144 | 54 |
| Binary | 11100000 | 11011010 | 0 | 0 | 11 | 1100100 | 1100 | 111010 | 1100100 | 101100 |
Color Harmonies of #E0DA00
Complementary color
Monochromatic Colors of #E0DA00
Black with #E0DA00
Text Example
Text Example
White with #E0DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA00; }
p { color: rgb(224,218,0); }
H1.HeaderClassName
{
color: #E0DA00;
}
.AnyTagClassName
{
color: #E0DA00;
}
</style>
background-color css
<style>
a { background-color: #E0DA00; }
a { background-color: rgb(224,218,0); }
div.DivClassName
{
background-color: #E0DA00;
}
.BgClassName
{
background-color: #E0DA00;
}
</style>
border-color css
<style>
span { border-color: #E0DA00; }
span { border-color: rgb(224,218,0); }
td.TdClassName
{
border-color: #E0DA00;
}
.TagClassName
{
border-color: #E0DA00;
}
</style>