Shades of Chartreuse Yellow #E1E50A
Tints of Chartreuse Yellow #E1E50A
RGB
CMYK
RGB Variations
Color information
#E1E50A (or 0xE1E50A) is known color: Chartreuse Yellow. HEX triplet: E1, E5 and 0A. RGB value is (225,229,10). Sum of RGB (Red+Green+Blue) = 225+229+10=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E50A is #1E1AF5. Grayscale: #CBCBCB. Windows color (decimal): -1972982 or 714209. OLE color: 714209.
HSL color Cylindrical-coordinate representation of color #E1E50A: hue angle of 61.1º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1E50A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.10 |
| HSL | 61.1º | 0.92% | 0.47% | - |
| HSV(B) | 61.1º | 0.96% | 0.9% | - |
| XYZ | 59.13 | 72.07 | 11.08 | - |
| YUV | 202.84 | 19.17 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 10 | 0.02 | 0 | 0.96 | 0.10 | 61.1 | 0.92 | 0.47 |
| Hex | E1 | E5 | A | 2 | 0 | 60 | A | 3D | 5C | 2F |
| Octal | 341 | 345 | 12 | 2 | 0 | 140 | 12 | 75 | 134 | 57 |
| Binary | 11100001 | 11100101 | 1010 | 10 | 0 | 1100000 | 1010 | 111101 | 1011100 | 101111 |
Color Harmonies of #E1E50A
Complementary color
Monochromatic Colors of #E1E50A
Black with #E1E50A
Text Example
Text Example
White with #E1E50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E50A; }
p { color: rgb(225,229,10); }
H1.HeaderClassName
{
color: #E1E50A;
}
.AnyTagClassName
{
color: #E1E50A;
}
</style>
background-color css
<style>
a { background-color: #E1E50A; }
a { background-color: rgb(225,229,10); }
div.DivClassName
{
background-color: #E1E50A;
}
.BgClassName
{
background-color: #E1E50A;
}
</style>
border-color css
<style>
span { border-color: #E1E50A; }
span { border-color: rgb(225,229,10); }
td.TdClassName
{
border-color: #E1E50A;
}
.TagClassName
{
border-color: #E1E50A;
}
</style>