Shades of Golden Yellow #E1E001
Tints of Golden Yellow #E1E001
RGB
CMYK
RGB Variations
Color information
#E1E001 (or 0xE1E001) is known color: Golden Yellow. HEX triplet: E1, E0 and 01. RGB value is (225,224,1). Sum of RGB (Red+Green+Blue) = 225+224+1=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E001 is #1E1FFE. Grayscale: #C7C7C7. Windows color (decimal): -1974271 or 123105. OLE color: 123105.
HSL color Cylindrical-coordinate representation of color #E1E001: hue angle of 59.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1E001 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 1 | - |
| CMYK | 0 | 0.00 | 1.00 | 0.12 |
| HSL | 59.73º | 0.99% | 0.44% | - |
| HSV(B) | 59.73º | 1% | 0.88% | - |
| XYZ | 57.71 | 69.32 | 10.37 | - |
| YUV | 198.88 | 16.33 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 1 | 0 | 0.00 | 1.00 | 0.12 | 59.73 | 0.99 | 0.44 |
| Hex | E1 | E0 | 1 | 0 | 0 | 64 | C | 3C | 63 | 2C |
| Octal | 341 | 340 | 1 | 0 | 0 | 144 | 14 | 74 | 143 | 54 |
| Binary | 11100001 | 11100000 | 1 | 0 | 0 | 1100100 | 1100 | 111100 | 1100011 | 101100 |
Color Harmonies of #E1E001
Complementary color
Monochromatic Colors of #E1E001
Black with #E1E001
Text Example
Text Example
White with #E1E001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E001; }
p { color: rgb(225,224,1); }
H1.HeaderClassName
{
color: #E1E001;
}
.AnyTagClassName
{
color: #E1E001;
}
</style>
background-color css
<style>
a { background-color: #E1E001; }
a { background-color: rgb(225,224,1); }
div.DivClassName
{
background-color: #E1E001;
}
.BgClassName
{
background-color: #E1E001;
}
</style>
border-color css
<style>
span { border-color: #E1E001; }
span { border-color: rgb(225,224,1); }
td.TdClassName
{
border-color: #E1E001;
}
.TagClassName
{
border-color: #E1E001;
}
</style>