Shades of Chartreuse Yellow #EEF80A
Tints of Chartreuse Yellow #EEF80A
RGB
CMYK
RGB Variations
Color information
#EEF80A (or 0xEEF80A) is known color: Chartreuse Yellow. HEX triplet: EE, F8 and 0A. RGB value is (238,248,10). Sum of RGB (Red+Green+Blue) = 238+248+10=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 10 (4.30% from 255 or 2.02% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF80A is #1107F5. Grayscale: #DADADA. Windows color (decimal): -1116150 or 719086. OLE color: 719086.
HSL color Cylindrical-coordinate representation of color #EEF80A: hue angle of 62.52º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEF80A is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 10 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.03 |
| HSL | 62.52º | 0.94% | 0.51% | - |
| HSV(B) | 62.52º | 0.96% | 0.97% | - |
| XYZ | 68.88 | 85.33 | 13.13 | - |
| YUV | 217.88 | 10.69 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 10 | 0.04 | 0 | 0.96 | 0.03 | 62.52 | 0.94 | 0.51 |
| Hex | EE | F8 | A | 4 | 0 | 60 | 3 | 3F | 5E | 33 |
| Octal | 356 | 370 | 12 | 4 | 0 | 140 | 3 | 77 | 136 | 63 |
| Binary | 11101110 | 11111000 | 1010 | 100 | 0 | 1100000 | 11 | 111111 | 1011110 | 110011 |
Color Harmonies of #EEF80A
Complementary color
Monochromatic Colors of #EEF80A
Black with #EEF80A
Text Example
Text Example
White with #EEF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF80A; }
p { color: rgb(238,248,10); }
H1.HeaderClassName
{
color: #EEF80A;
}
.AnyTagClassName
{
color: #EEF80A;
}
</style>
background-color css
<style>
a { background-color: #EEF80A; }
a { background-color: rgb(238,248,10); }
div.DivClassName
{
background-color: #EEF80A;
}
.BgClassName
{
background-color: #EEF80A;
}
</style>
border-color css
<style>
span { border-color: #EEF80A; }
span { border-color: rgb(238,248,10); }
td.TdClassName
{
border-color: #EEF80A;
}
.TagClassName
{
border-color: #EEF80A;
}
</style>