Shades of Chartreuse Yellow #EAF70D
Tints of Chartreuse Yellow #EAF70D
RGB
CMYK
RGB Variations
Color information
#EAF70D (or 0xEAF70D) is known color: Chartreuse Yellow. HEX triplet: EA, F7 and 0D. RGB value is (234,247,13). Sum of RGB (Red+Green+Blue) = 234+247+13=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 13 (5.47% from 255 or 2.63% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF70D is #1508F2. Grayscale: #D9D9D9. Windows color (decimal): -1378547 or 915434. OLE color: 915434.
HSL color Cylindrical-coordinate representation of color #EAF70D: hue angle of 63.33º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAF70D is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 13 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.03 |
| HSL | 63.33º | 0.94% | 0.51% | - |
| HSV(B) | 63.33º | 0.95% | 0.97% | - |
| XYZ | 67.27 | 84.04 | 13.06 | - |
| YUV | 216.44 | 13.19 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 13 | 0.05 | 0 | 0.95 | 0.03 | 63.33 | 0.94 | 0.51 |
| Hex | EA | F7 | D | 5 | 0 | 5F | 3 | 3F | 5E | 33 |
| Octal | 352 | 367 | 15 | 5 | 0 | 137 | 3 | 77 | 136 | 63 |
| Binary | 11101010 | 11110111 | 1101 | 101 | 0 | 1011111 | 11 | 111111 | 1011110 | 110011 |
Color Harmonies of #EAF70D
Complementary color
Monochromatic Colors of #EAF70D
Black with #EAF70D
Text Example
Text Example
White with #EAF70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF70D; }
p { color: rgb(234,247,13); }
H1.HeaderClassName
{
color: #EAF70D;
}
.AnyTagClassName
{
color: #EAF70D;
}
</style>
background-color css
<style>
a { background-color: #EAF70D; }
a { background-color: rgb(234,247,13); }
div.DivClassName
{
background-color: #EAF70D;
}
.BgClassName
{
background-color: #EAF70D;
}
</style>
border-color css
<style>
span { border-color: #EAF70D; }
span { border-color: rgb(234,247,13); }
td.TdClassName
{
border-color: #EAF70D;
}
.TagClassName
{
border-color: #EAF70D;
}
</style>