Shades of Golden Yellow #E1E004
Tints of Golden Yellow #E1E004
RGB
CMYK
RGB Variations
Color information
#E1E004 (or 0xE1E004) is known color: Golden Yellow. HEX triplet: E1, E0 and 04. RGB value is (225,224,4). Sum of RGB (Red+Green+Blue) = 225+224+4=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E004 is #1E1FFB. Grayscale: #C8C8C8. Windows color (decimal): -1974268 or 319713. OLE color: 319713.
HSL color Cylindrical-coordinate representation of color #E1E004: hue angle of 59.73º degrees, saturation: 0.97, 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 #E1E004 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 4 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.12 |
| HSL | 59.73º | 0.97% | 0.45% | - |
| HSV(B) | 59.73º | 0.98% | 0.88% | - |
| XYZ | 57.73 | 69.33 | 10.45 | - |
| YUV | 199.22 | 17.83 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 4 | 0 | 0.00 | 0.98 | 0.12 | 59.73 | 0.97 | 0.45 |
| Hex | E1 | E0 | 4 | 0 | 0 | 62 | C | 3C | 61 | 2D |
| Octal | 341 | 340 | 4 | 0 | 0 | 142 | 14 | 74 | 141 | 55 |
| Binary | 11100001 | 11100000 | 100 | 0 | 0 | 1100010 | 1100 | 111100 | 1100001 | 101101 |
Color Harmonies of #E1E004
Complementary color
Monochromatic Colors of #E1E004
Black with #E1E004
Text Example
Text Example
White with #E1E004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E004; }
p { color: rgb(225,224,4); }
H1.HeaderClassName
{
color: #E1E004;
}
.AnyTagClassName
{
color: #E1E004;
}
</style>
background-color css
<style>
a { background-color: #E1E004; }
a { background-color: rgb(225,224,4); }
div.DivClassName
{
background-color: #E1E004;
}
.BgClassName
{
background-color: #E1E004;
}
</style>
border-color css
<style>
span { border-color: #E1E004; }
span { border-color: rgb(225,224,4); }
td.TdClassName
{
border-color: #E1E004;
}
.TagClassName
{
border-color: #E1E004;
}
</style>