Shades of Chartreuse Yellow #E2EA01
Tints of Chartreuse Yellow #E2EA01
RGB
CMYK
RGB Variations
Color information
#E2EA01 (or 0xE2EA01) is known color: Chartreuse Yellow. HEX triplet: E2, EA and 01. RGB value is (226,234,1). Sum of RGB (Red+Green+Blue) = 226+234+1=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2EA01 is #1D15FE. Grayscale: #CDCDCD. Windows color (decimal): -1906175 or 125666. OLE color: 125666.
HSL color Cylindrical-coordinate representation of color #E2EA01: hue angle of 62.06º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2EA01 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.08 |
| HSL | 62.06º | 0.99% | 0.46% | - |
| HSV(B) | 62.06º | 1% | 0.92% | - |
| XYZ | 60.79 | 75.02 | 11.3 | - |
| YUV | 205.05 | 12.85 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 1 | 0.03 | 0 | 1.00 | 0.08 | 62.06 | 0.99 | 0.46 |
| Hex | E2 | EA | 1 | 3 | 0 | 64 | 8 | 3E | 63 | 2E |
| Octal | 342 | 352 | 1 | 3 | 0 | 144 | 10 | 76 | 143 | 56 |
| Binary | 11100010 | 11101010 | 1 | 11 | 0 | 1100100 | 1000 | 111110 | 1100011 | 101110 |
Color Harmonies of #E2EA01
Complementary color
Monochromatic Colors of #E2EA01
Black with #E2EA01
Text Example
Text Example
White with #E2EA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA01; }
p { color: rgb(226,234,1); }
H1.HeaderClassName
{
color: #E2EA01;
}
.AnyTagClassName
{
color: #E2EA01;
}
</style>
background-color css
<style>
a { background-color: #E2EA01; }
a { background-color: rgb(226,234,1); }
div.DivClassName
{
background-color: #E2EA01;
}
.BgClassName
{
background-color: #E2EA01;
}
</style>
border-color css
<style>
span { border-color: #E2EA01; }
span { border-color: rgb(226,234,1); }
td.TdClassName
{
border-color: #E2EA01;
}
.TagClassName
{
border-color: #E2EA01;
}
</style>