Shades of Golden Yellow #E1DA07
Tints of Golden Yellow #E1DA07
RGB
CMYK
RGB Variations
Color information
#E1DA07 (or 0xE1DA07) is known color: Golden Yellow. HEX triplet: E1, DA and 07. RGB value is (225,218,7). Sum of RGB (Red+Green+Blue) = 225+218+7=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DA07 is #1E25F8. Grayscale: #C4C4C4. Windows color (decimal): -1975801 or 514785. OLE color: 514785.
HSL color Cylindrical-coordinate representation of color #E1DA07: hue angle of 58.07º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1DA07 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.12 |
| HSL | 58.07º | 0.94% | 0.45% | - |
| HSV(B) | 58.07º | 0.97% | 0.88% | - |
| XYZ | 56.16 | 66.17 | 10.01 | - |
| YUV | 196.04 | 21.32 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 7 | 0 | 0.03 | 0.97 | 0.12 | 58.07 | 0.94 | 0.45 |
| Hex | E1 | DA | 7 | 0 | 3 | 61 | C | 3A | 5E | 2D |
| Octal | 341 | 332 | 7 | 0 | 3 | 141 | 14 | 72 | 136 | 55 |
| Binary | 11100001 | 11011010 | 111 | 0 | 11 | 1100001 | 1100 | 111010 | 1011110 | 101101 |
Color Harmonies of #E1DA07
Complementary color
Monochromatic Colors of #E1DA07
Black with #E1DA07
Text Example
Text Example
White with #E1DA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA07; }
p { color: rgb(225,218,7); }
H1.HeaderClassName
{
color: #E1DA07;
}
.AnyTagClassName
{
color: #E1DA07;
}
</style>
background-color css
<style>
a { background-color: #E1DA07; }
a { background-color: rgb(225,218,7); }
div.DivClassName
{
background-color: #E1DA07;
}
.BgClassName
{
background-color: #E1DA07;
}
</style>
border-color css
<style>
span { border-color: #E1DA07; }
span { border-color: rgb(225,218,7); }
td.TdClassName
{
border-color: #E1DA07;
}
.TagClassName
{
border-color: #E1DA07;
}
</style>