Shades of Golden Yellow #E1DA00
Tints of Golden Yellow #E1DA00
RGB
CMYK
RGB Variations
Color information
#E1DA00 (or 0xE1DA00) is known color: Golden Yellow. HEX triplet: E1, DA and 00. RGB value is (225,218,0). Sum of RGB (Red+Green+Blue) = 225+218+0=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DA00 is #1E25FF. Grayscale: #C4C4C4. Windows color (decimal): -1975808 or 56033. OLE color: 56033.
HSL color Cylindrical-coordinate representation of color #E1DA00: hue angle of 58.13º 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 #E1DA00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.12 |
| HSL | 58.13º | 1% | 0.44% | - |
| HSV(B) | 58.13º | 1% | 0.88% | - |
| XYZ | 56.12 | 66.15 | 9.81 | - |
| YUV | 195.24 | 17.82 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 0 | 0 | 0.03 | 1 | 0.12 | 58.13 | 1 | 0.44 |
| Hex | E1 | DA | 0 | 0 | 3 | 64 | C | 3A | 64 | 2C |
| Octal | 341 | 332 | 0 | 0 | 3 | 144 | 14 | 72 | 144 | 54 |
| Binary | 11100001 | 11011010 | 0 | 0 | 11 | 1100100 | 1100 | 111010 | 1100100 | 101100 |
Color Harmonies of #E1DA00
Complementary color
Monochromatic Colors of #E1DA00
Black with #E1DA00
Text Example
Text Example
White with #E1DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA00; }
p { color: rgb(225,218,0); }
H1.HeaderClassName
{
color: #E1DA00;
}
.AnyTagClassName
{
color: #E1DA00;
}
</style>
background-color css
<style>
a { background-color: #E1DA00; }
a { background-color: rgb(225,218,0); }
div.DivClassName
{
background-color: #E1DA00;
}
.BgClassName
{
background-color: #E1DA00;
}
</style>
border-color css
<style>
span { border-color: #E1DA00; }
span { border-color: rgb(225,218,0); }
td.TdClassName
{
border-color: #E1DA00;
}
.TagClassName
{
border-color: #E1DA00;
}
</style>