Shades of Chartreuse Yellow #EAFA14
Tints of Chartreuse Yellow #EAFA14
RGB
CMYK
RGB Variations
Color information
#EAFA14 (or 0xEAFA14) is known color: Chartreuse Yellow. HEX triplet: EA, FA and 14. RGB value is (234,250,20). Sum of RGB (Red+Green+Blue) = 234+250+20=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 20 (8.20% from 255 or 3.97% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFA14 is #1505EB. Grayscale: #DBDBDB. Windows color (decimal): -1377772 or 1374954. OLE color: 1374954.
HSL color Cylindrical-coordinate representation of color #EAFA14: hue angle of 64.17º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAFA14 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 20 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.02 |
| HSL | 64.17º | 0.96% | 0.53% | - |
| HSV(B) | 64.17º | 0.92% | 0.98% | - |
| XYZ | 68.24 | 85.91 | 13.65 | - |
| YUV | 219 | 15.7 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 20 | 0.06 | 0 | 0.92 | 0.02 | 64.17 | 0.96 | 0.53 |
| Hex | EA | FA | 14 | 6 | 0 | 5C | 2 | 40 | 60 | 35 |
| Octal | 352 | 372 | 24 | 6 | 0 | 134 | 2 | 100 | 140 | 65 |
| Binary | 11101010 | 11111010 | 10100 | 110 | 0 | 1011100 | 10 | 1000000 | 1100000 | 110101 |
Color Harmonies of #EAFA14
Complementary color
Monochromatic Colors of #EAFA14
Black with #EAFA14
Text Example
Text Example
White with #EAFA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFA14; }
p { color: rgb(234,250,20); }
H1.HeaderClassName
{
color: #EAFA14;
}
.AnyTagClassName
{
color: #EAFA14;
}
</style>
background-color css
<style>
a { background-color: #EAFA14; }
a { background-color: rgb(234,250,20); }
div.DivClassName
{
background-color: #EAFA14;
}
.BgClassName
{
background-color: #EAFA14;
}
</style>
border-color css
<style>
span { border-color: #EAFA14; }
span { border-color: rgb(234,250,20); }
td.TdClassName
{
border-color: #EAFA14;
}
.TagClassName
{
border-color: #EAFA14;
}
</style>