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