Shades of Paris Daisy #EAF047
Tints of Paris Daisy #EAF047
RGB
CMYK
RGB Variations
Color information
#EAF047 (or 0xEAF047) is known color: Paris Daisy. HEX triplet: EA, F0 and 47. RGB value is (234,240,71). Sum of RGB (Red+Green+Blue) = 234+240+71=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 71 (28.12% from 255 or 13.03% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF047 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF047 is #150FB8. Grayscale: #DBDBDB. Windows color (decimal): -1380281 or 4714730. OLE color: 4714730.
HSL color Cylindrical-coordinate representation of color #EAF047: hue angle of 62.13º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAF047 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 71 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.06 |
| HSL | 62.13º | 0.85% | 0.61% | - |
| HSV(B) | 62.13º | 0.7% | 0.94% | - |
| XYZ | 66.23 | 80.27 | 17.96 | - |
| YUV | 218.94 | 44.51 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 71 | 0.02 | 0 | 0.70 | 0.06 | 62.13 | 0.85 | 0.61 |
| Hex | EA | F0 | 47 | 2 | 0 | 46 | 6 | 3E | 55 | 3D |
| Octal | 352 | 360 | 107 | 2 | 0 | 106 | 6 | 76 | 125 | 75 |
| Binary | 11101010 | 11110000 | 1000111 | 10 | 0 | 1000110 | 110 | 111110 | 1010101 | 111101 |
Color Harmonies of #EAF047
Complementary color
Monochromatic Colors of #EAF047
Black with #EAF047
Text Example
Text Example
White with #EAF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF047; }
p { color: rgb(234,240,71); }
H1.HeaderClassName
{
color: #EAF047;
}
.AnyTagClassName
{
color: #EAF047;
}
</style>
background-color css
<style>
a { background-color: #EAF047; }
a { background-color: rgb(234,240,71); }
div.DivClassName
{
background-color: #EAF047;
}
.BgClassName
{
background-color: #EAF047;
}
</style>
border-color css
<style>
span { border-color: #EAF047; }
span { border-color: rgb(234,240,71); }
td.TdClassName
{
border-color: #EAF047;
}
.TagClassName
{
border-color: #EAF047;
}
</style>