Shades of Paris Daisy #EAF74F
Tints of Paris Daisy #EAF74F
RGB
CMYK
RGB Variations
Color information
#EAF74F (or 0xEAF74F) is known color: Paris Daisy. HEX triplet: EA, F7 and 4F. RGB value is (234,247,79). Sum of RGB (Red+Green+Blue) = 234+247+79=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 79 (31.25% from 255 or 14.11% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF74F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF74F is #1508B0. Grayscale: #E0E0E0. Windows color (decimal): -1378481 or 5240810. OLE color: 5240810.
HSL color Cylindrical-coordinate representation of color #EAF74F: hue angle of 64.64º 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 #EAF74F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 79 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.03 |
| HSL | 64.64º | 0.91% | 0.64% | - |
| HSV(B) | 64.64º | 0.68% | 0.97% | - |
| XYZ | 68.6 | 84.58 | 20.11 | - |
| YUV | 223.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 79 | 0.05 | 0 | 0.68 | 0.03 | 64.64 | 0.91 | 0.64 |
| Hex | EA | F7 | 4F | 5 | 0 | 44 | 3 | 41 | 5B | 40 |
| Octal | 352 | 367 | 117 | 5 | 0 | 104 | 3 | 101 | 133 | 100 |
| Binary | 11101010 | 11110111 | 1001111 | 101 | 0 | 1000100 | 11 | 1000001 | 1011011 | 1000000 |
Color Harmonies of #EAF74F
Complementary color
Monochromatic Colors of #EAF74F
Black with #EAF74F
Text Example
Text Example
White with #EAF74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF74F; }
p { color: rgb(234,247,79); }
H1.HeaderClassName
{
color: #EAF74F;
}
.AnyTagClassName
{
color: #EAF74F;
}
</style>
background-color css
<style>
a { background-color: #EAF74F; }
a { background-color: rgb(234,247,79); }
div.DivClassName
{
background-color: #EAF74F;
}
.BgClassName
{
background-color: #EAF74F;
}
</style>
border-color css
<style>
span { border-color: #EAF74F; }
span { border-color: rgb(234,247,79); }
td.TdClassName
{
border-color: #EAF74F;
}
.TagClassName
{
border-color: #EAF74F;
}
</style>