Shades of Golden Yellow #E1DA05
Tints of Golden Yellow #E1DA05
RGB
CMYK
RGB Variations
Color information
#E1DA05 (or 0xE1DA05) is known color: Golden Yellow. HEX triplet: E1, DA and 05. RGB value is (225,218,5). Sum of RGB (Red+Green+Blue) = 225+218+5=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DA05 is #1E25FA. Grayscale: #C4C4C4. Windows color (decimal): -1975803 or 383713. OLE color: 383713.
HSL color Cylindrical-coordinate representation of color #E1DA05: hue angle of 58.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1DA05 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.12 |
| HSL | 58.09º | 0.96% | 0.45% | - |
| HSV(B) | 58.09º | 0.98% | 0.88% | - |
| XYZ | 56.15 | 66.16 | 9.95 | - |
| YUV | 195.81 | 20.32 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 5 | 0 | 0.03 | 0.98 | 0.12 | 58.09 | 0.96 | 0.45 |
| Hex | E1 | DA | 5 | 0 | 3 | 62 | C | 3A | 60 | 2D |
| Octal | 341 | 332 | 5 | 0 | 3 | 142 | 14 | 72 | 140 | 55 |
| Binary | 11100001 | 11011010 | 101 | 0 | 11 | 1100010 | 1100 | 111010 | 1100000 | 101101 |
Color Harmonies of #E1DA05
Complementary color
Monochromatic Colors of #E1DA05
Black with #E1DA05
Text Example
Text Example
White with #E1DA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA05; }
p { color: rgb(225,218,5); }
H1.HeaderClassName
{
color: #E1DA05;
}
.AnyTagClassName
{
color: #E1DA05;
}
</style>
background-color css
<style>
a { background-color: #E1DA05; }
a { background-color: rgb(225,218,5); }
div.DivClassName
{
background-color: #E1DA05;
}
.BgClassName
{
background-color: #E1DA05;
}
</style>
border-color css
<style>
span { border-color: #E1DA05; }
span { border-color: rgb(225,218,5); }
td.TdClassName
{
border-color: #E1DA05;
}
.TagClassName
{
border-color: #E1DA05;
}
</style>