Shades of Chartreuse Yellow #EAF30E
Tints of Chartreuse Yellow #EAF30E
RGB
CMYK
RGB Variations
Color information
#EAF30E (or 0xEAF30E) is known color: Chartreuse Yellow. HEX triplet: EA, F3 and 0E. RGB value is (234,243,14). Sum of RGB (Red+Green+Blue) = 234+243+14=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 14 (5.86% from 255 or 2.85% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF30E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF30E is #150CF1. Grayscale: #D7D7D7. Windows color (decimal): -1379570 or 979946. OLE color: 979946.
HSL color Cylindrical-coordinate representation of color #EAF30E: hue angle of 62.36º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAF30E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 14 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.05 |
| HSL | 62.36º | 0.91% | 0.5% | - |
| HSV(B) | 62.36º | 0.94% | 0.95% | - |
| XYZ | 66.06 | 81.63 | 12.69 | - |
| YUV | 214.2 | 15.02 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 14 | 0.04 | 0 | 0.94 | 0.05 | 62.36 | 0.91 | 0.5 |
| Hex | EA | F3 | E | 4 | 0 | 5E | 5 | 3E | 5B | 32 |
| Octal | 352 | 363 | 16 | 4 | 0 | 136 | 5 | 76 | 133 | 62 |
| Binary | 11101010 | 11110011 | 1110 | 100 | 0 | 1011110 | 101 | 111110 | 1011011 | 110010 |
Color Harmonies of #EAF30E
Complementary color
Monochromatic Colors of #EAF30E
Black with #EAF30E
Text Example
Text Example
White with #EAF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF30E; }
p { color: rgb(234,243,14); }
H1.HeaderClassName
{
color: #EAF30E;
}
.AnyTagClassName
{
color: #EAF30E;
}
</style>
background-color css
<style>
a { background-color: #EAF30E; }
a { background-color: rgb(234,243,14); }
div.DivClassName
{
background-color: #EAF30E;
}
.BgClassName
{
background-color: #EAF30E;
}
</style>
border-color css
<style>
span { border-color: #EAF30E; }
span { border-color: rgb(234,243,14); }
td.TdClassName
{
border-color: #EAF30E;
}
.TagClassName
{
border-color: #EAF30E;
}
</style>