Shades of Paris Daisy #EAF550
Tints of Paris Daisy #EAF550
RGB
CMYK
RGB Variations
Color information
#EAF550 (or 0xEAF550) is known color: Paris Daisy. HEX triplet: EA, F5 and 50. RGB value is (234,245,80). Sum of RGB (Red+Green+Blue) = 234+245+80=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 80 (31.64% from 255 or 14.31% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF550 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF550 is #150AAF. Grayscale: #DFDFDF. Windows color (decimal): -1378992 or 5305834. OLE color: 5305834.
HSL color Cylindrical-coordinate representation of color #EAF550: hue angle of 64º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAF550 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 80 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.04 |
| HSL | 64º | 0.89% | 0.64% | - |
| HSV(B) | 64º | 0.67% | 0.96% | - |
| XYZ | 68.03 | 83.38 | 20.1 | - |
| YUV | 222.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 80 | 0.04 | 0 | 0.67 | 0.04 | 64 | 0.89 | 0.64 |
| Hex | EA | F5 | 50 | 4 | 0 | 43 | 4 | 40 | 59 | 40 |
| Octal | 352 | 365 | 120 | 4 | 0 | 103 | 4 | 100 | 131 | 100 |
| Binary | 11101010 | 11110101 | 1010000 | 100 | 0 | 1000011 | 100 | 1000000 | 1011001 | 1000000 |
Color Harmonies of #EAF550
Complementary color
Monochromatic Colors of #EAF550
Black with #EAF550
Text Example
Text Example
White with #EAF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF550; }
p { color: rgb(234,245,80); }
H1.HeaderClassName
{
color: #EAF550;
}
.AnyTagClassName
{
color: #EAF550;
}
</style>
background-color css
<style>
a { background-color: #EAF550; }
a { background-color: rgb(234,245,80); }
div.DivClassName
{
background-color: #EAF550;
}
.BgClassName
{
background-color: #EAF550;
}
</style>
border-color css
<style>
span { border-color: #EAF550; }
span { border-color: rgb(234,245,80); }
td.TdClassName
{
border-color: #EAF550;
}
.TagClassName
{
border-color: #EAF550;
}
</style>