Shades of Paris Daisy #EAF24E
Tints of Paris Daisy #EAF24E
RGB
CMYK
RGB Variations
Color information
#EAF24E (or 0xEAF24E) is known color: Paris Daisy. HEX triplet: EA, F2 and 4E. RGB value is (234,242,78). Sum of RGB (Red+Green+Blue) = 234+242+78=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 78 (30.86% from 255 or 14.08% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF24E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF24E is #150DB1. Grayscale: #DDDDDD. Windows color (decimal): -1379762 or 5173994. OLE color: 5173994.
HSL color Cylindrical-coordinate representation of color #EAF24E: hue angle of 62.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF24E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 78 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.05 |
| HSL | 62.93º | 0.86% | 0.63% | - |
| HSV(B) | 62.93º | 0.68% | 0.95% | - |
| XYZ | 67.06 | 81.55 | 19.41 | - |
| YUV | 220.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 78 | 0.03 | 0 | 0.68 | 0.05 | 62.93 | 0.86 | 0.63 |
| Hex | EA | F2 | 4E | 3 | 0 | 44 | 5 | 3F | 56 | 3F |
| Octal | 352 | 362 | 116 | 3 | 0 | 104 | 5 | 77 | 126 | 77 |
| Binary | 11101010 | 11110010 | 1001110 | 11 | 0 | 1000100 | 101 | 111111 | 1010110 | 111111 |
Color Harmonies of #EAF24E
Complementary color
Monochromatic Colors of #EAF24E
Black with #EAF24E
Text Example
Text Example
White with #EAF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF24E; }
p { color: rgb(234,242,78); }
H1.HeaderClassName
{
color: #EAF24E;
}
.AnyTagClassName
{
color: #EAF24E;
}
</style>
background-color css
<style>
a { background-color: #EAF24E; }
a { background-color: rgb(234,242,78); }
div.DivClassName
{
background-color: #EAF24E;
}
.BgClassName
{
background-color: #EAF24E;
}
</style>
border-color css
<style>
span { border-color: #EAF24E; }
span { border-color: rgb(234,242,78); }
td.TdClassName
{
border-color: #EAF24E;
}
.TagClassName
{
border-color: #EAF24E;
}
</style>