Shades of Paris Daisy #EAF64E
Tints of Paris Daisy #EAF64E
RGB
CMYK
RGB Variations
Color information
#EAF64E (or 0xEAF64E) is known color: Paris Daisy. HEX triplet: EA, F6 and 4E. RGB value is (234,246,78). Sum of RGB (Red+Green+Blue) = 234+246+78=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 78 (30.86% from 255 or 13.98% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF64E is #1509B1. Grayscale: #DFDFDF. Windows color (decimal): -1378738 or 5175018. OLE color: 5175018.
HSL color Cylindrical-coordinate representation of color #EAF64E: hue angle of 64.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF64E is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 78 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.04 |
| HSL | 64.29º | 0.9% | 0.64% | - |
| HSV(B) | 64.29º | 0.68% | 0.96% | - |
| XYZ | 68.26 | 83.95 | 19.81 | - |
| YUV | 223.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 78 | 0.05 | 0 | 0.68 | 0.04 | 64.29 | 0.9 | 0.64 |
| Hex | EA | F6 | 4E | 5 | 0 | 44 | 4 | 40 | 5A | 40 |
| Octal | 352 | 366 | 116 | 5 | 0 | 104 | 4 | 100 | 132 | 100 |
| Binary | 11101010 | 11110110 | 1001110 | 101 | 0 | 1000100 | 100 | 1000000 | 1011010 | 1000000 |
Color Harmonies of #EAF64E
Complementary color
Monochromatic Colors of #EAF64E
Black with #EAF64E
Text Example
Text Example
White with #EAF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF64E; }
p { color: rgb(234,246,78); }
H1.HeaderClassName
{
color: #EAF64E;
}
.AnyTagClassName
{
color: #EAF64E;
}
</style>
background-color css
<style>
a { background-color: #EAF64E; }
a { background-color: rgb(234,246,78); }
div.DivClassName
{
background-color: #EAF64E;
}
.BgClassName
{
background-color: #EAF64E;
}
</style>
border-color css
<style>
span { border-color: #EAF64E; }
span { border-color: rgb(234,246,78); }
td.TdClassName
{
border-color: #EAF64E;
}
.TagClassName
{
border-color: #EAF64E;
}
</style>