Shades of Golden Yellow #E1E000
Tints of Golden Yellow #E1E000
RGB
CMYK
RGB Variations
Color information
#E1E000 (or 0xE1E000) is known color: Golden Yellow. HEX triplet: E1, E0 and 00. RGB value is (225,224,0). Sum of RGB (Red+Green+Blue) = 225+224+0=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E000 is #1E1FFF. Grayscale: #C7C7C7. Windows color (decimal): -1974272 or 57569. OLE color: 57569.
HSL color Cylindrical-coordinate representation of color #E1E000: hue angle of 59.73º 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 #E1E000 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.12 |
| HSL | 59.73º | 1% | 0.44% | - |
| HSV(B) | 59.73º | 1% | 0.88% | - |
| XYZ | 57.71 | 69.32 | 10.34 | - |
| YUV | 198.76 | 15.83 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 0 | 0 | 0.00 | 1 | 0.12 | 59.73 | 1 | 0.44 |
| Hex | E1 | E0 | 0 | 0 | 0 | 64 | C | 3C | 64 | 2C |
| Octal | 341 | 340 | 0 | 0 | 0 | 144 | 14 | 74 | 144 | 54 |
| Binary | 11100001 | 11100000 | 0 | 0 | 0 | 1100100 | 1100 | 111100 | 1100100 | 101100 |
Color Harmonies of #E1E000
Complementary color
Monochromatic Colors of #E1E000
Black with #E1E000
Text Example
Text Example
White with #E1E000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E000; }
p { color: rgb(225,224,0); }
H1.HeaderClassName
{
color: #E1E000;
}
.AnyTagClassName
{
color: #E1E000;
}
</style>
background-color css
<style>
a { background-color: #E1E000; }
a { background-color: rgb(225,224,0); }
div.DivClassName
{
background-color: #E1E000;
}
.BgClassName
{
background-color: #E1E000;
}
</style>
border-color css
<style>
span { border-color: #E1E000; }
span { border-color: rgb(225,224,0); }
td.TdClassName
{
border-color: #E1E000;
}
.TagClassName
{
border-color: #E1E000;
}
</style>