Shades of Chartreuse Yellow #EAFF0E
Tints of Chartreuse Yellow #EAFF0E
RGB
CMYK
RGB Variations
Color information
#EAFF0E (or 0xEAFF0E) is known color: Chartreuse Yellow. HEX triplet: EA, FF and 0E. RGB value is (234,255,14). Sum of RGB (Red+Green+Blue) = 234+255+14=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 14 (5.86% from 255 or 2.78% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFF0E is #1500F1. Grayscale: #DEDEDE. Windows color (decimal): -1376498 or 983018. OLE color: 983018.
HSL color Cylindrical-coordinate representation of color #EAFF0E: hue angle of 65.23º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAFF0E is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 14 | - |
| CMYK | 0.08 | 0 | 0.95 | 0 |
| HSL | 65.23º | 1% | 0.53% | - |
| HSV(B) | 65.23º | 0.95% | 1% | - |
| XYZ | 69.77 | 89.04 | 13.93 | - |
| YUV | 221.25 | 11.04 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 14 | 0.08 | 0 | 0.95 | 0 | 65.23 | 1 | 0.53 |
| Hex | EA | FF | E | 8 | 0 | 5F | 0 | 41 | 64 | 35 |
| Octal | 352 | 377 | 16 | 10 | 0 | 137 | 0 | 101 | 144 | 65 |
| Binary | 11101010 | 11111111 | 1110 | 1000 | 0 | 1011111 | 0 | 1000001 | 1100100 | 110101 |
Color Harmonies of #EAFF0E
Complementary color
Monochromatic Colors of #EAFF0E
Black with #EAFF0E
Text Example
Text Example
White with #EAFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF0E; }
p { color: rgb(234,255,14); }
H1.HeaderClassName
{
color: #EAFF0E;
}
.AnyTagClassName
{
color: #EAFF0E;
}
</style>
background-color css
<style>
a { background-color: #EAFF0E; }
a { background-color: rgb(234,255,14); }
div.DivClassName
{
background-color: #EAFF0E;
}
.BgClassName
{
background-color: #EAFF0E;
}
</style>
border-color css
<style>
span { border-color: #EAFF0E; }
span { border-color: rgb(234,255,14); }
td.TdClassName
{
border-color: #EAFF0E;
}
.TagClassName
{
border-color: #EAFF0E;
}
</style>