Shades of Paris Daisy #EAF74E
Tints of Paris Daisy #EAF74E
RGB
CMYK
RGB Variations
Color information
#EAF74E (or 0xEAF74E) is known color: Paris Daisy. HEX triplet: EA, F7 and 4E. RGB value is (234,247,78). Sum of RGB (Red+Green+Blue) = 234+247+78=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 78 (30.86% from 255 or 13.95% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF74E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF74E is #1508B1. Grayscale: #E0E0E0. Windows color (decimal): -1378482 or 5175274. OLE color: 5175274.
HSL color Cylindrical-coordinate representation of color #EAF74E: hue angle of 64.62º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF74E is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 78 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.03 |
| HSL | 64.62º | 0.91% | 0.64% | - |
| HSV(B) | 64.62º | 0.68% | 0.97% | - |
| XYZ | 68.57 | 84.56 | 19.92 | - |
| YUV | 223.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 78 | 0.05 | 0 | 0.68 | 0.03 | 64.62 | 0.91 | 0.64 |
| Hex | EA | F7 | 4E | 5 | 0 | 44 | 3 | 41 | 5B | 40 |
| Octal | 352 | 367 | 116 | 5 | 0 | 104 | 3 | 101 | 133 | 100 |
| Binary | 11101010 | 11110111 | 1001110 | 101 | 0 | 1000100 | 11 | 1000001 | 1011011 | 1000000 |
Color Harmonies of #EAF74E
Complementary color
Monochromatic Colors of #EAF74E
Black with #EAF74E
Text Example
Text Example
White with #EAF74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF74E; }
p { color: rgb(234,247,78); }
H1.HeaderClassName
{
color: #EAF74E;
}
.AnyTagClassName
{
color: #EAF74E;
}
</style>
background-color css
<style>
a { background-color: #EAF74E; }
a { background-color: rgb(234,247,78); }
div.DivClassName
{
background-color: #EAF74E;
}
.BgClassName
{
background-color: #EAF74E;
}
</style>
border-color css
<style>
span { border-color: #EAF74E; }
span { border-color: rgb(234,247,78); }
td.TdClassName
{
border-color: #EAF74E;
}
.TagClassName
{
border-color: #EAF74E;
}
</style>