Shades of Paris Daisy #EAF04E
Tints of Paris Daisy #EAF04E
RGB
CMYK
RGB Variations
Color information
#EAF04E (or 0xEAF04E) is known color: Paris Daisy. HEX triplet: EA, F0 and 4E. RGB value is (234,240,78). Sum of RGB (Red+Green+Blue) = 234+240+78=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 78 (30.86% from 255 or 14.13% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF04E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF04E is #150FB1. Grayscale: #DCDCDC. Windows color (decimal): -1380274 or 5173482. OLE color: 5173482.
HSL color Cylindrical-coordinate representation of color #EAF04E: hue angle of 62.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF04E is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 78 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.06 |
| HSL | 62.22º | 0.84% | 0.62% | - |
| HSV(B) | 62.22º | 0.68% | 0.94% | - |
| XYZ | 66.47 | 80.36 | 19.22 | - |
| YUV | 219.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 78 | 0.02 | 0 | 0.68 | 0.06 | 62.22 | 0.84 | 0.62 |
| Hex | EA | F0 | 4E | 2 | 0 | 44 | 6 | 3E | 54 | 3E |
| Octal | 352 | 360 | 116 | 2 | 0 | 104 | 6 | 76 | 124 | 76 |
| Binary | 11101010 | 11110000 | 1001110 | 10 | 0 | 1000100 | 110 | 111110 | 1010100 | 111110 |
Color Harmonies of #EAF04E
Complementary color
Monochromatic Colors of #EAF04E
Black with #EAF04E
Text Example
Text Example
White with #EAF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF04E; }
p { color: rgb(234,240,78); }
H1.HeaderClassName
{
color: #EAF04E;
}
.AnyTagClassName
{
color: #EAF04E;
}
</style>
background-color css
<style>
a { background-color: #EAF04E; }
a { background-color: rgb(234,240,78); }
div.DivClassName
{
background-color: #EAF04E;
}
.BgClassName
{
background-color: #EAF04E;
}
</style>
border-color css
<style>
span { border-color: #EAF04E; }
span { border-color: rgb(234,240,78); }
td.TdClassName
{
border-color: #EAF04E;
}
.TagClassName
{
border-color: #EAF04E;
}
</style>