Shades of Paris Daisy #EAF249
Tints of Paris Daisy #EAF249
RGB
CMYK
RGB Variations
Color information
#EAF249 (or 0xEAF249) is known color: Paris Daisy. HEX triplet: EA, F2 and 49. RGB value is (234,242,73). Sum of RGB (Red+Green+Blue) = 234+242+73=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 73 (28.91% from 255 or 13.30% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF249 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF249 is #150DB6. Grayscale: #DDDDDD. Windows color (decimal): -1379767 or 4846314. OLE color: 4846314.
HSL color Cylindrical-coordinate representation of color #EAF249: hue angle of 62.84º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAF249 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 73 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.05 |
| HSL | 62.84º | 0.87% | 0.62% | - |
| HSV(B) | 62.84º | 0.7% | 0.95% | - |
| XYZ | 66.89 | 81.48 | 18.5 | - |
| YUV | 220.34 | 44.85 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 73 | 0.03 | 0 | 0.70 | 0.05 | 62.84 | 0.87 | 0.62 |
| Hex | EA | F2 | 49 | 3 | 0 | 46 | 5 | 3F | 57 | 3E |
| Octal | 352 | 362 | 111 | 3 | 0 | 106 | 5 | 77 | 127 | 76 |
| Binary | 11101010 | 11110010 | 1001001 | 11 | 0 | 1000110 | 101 | 111111 | 1010111 | 111110 |
Color Harmonies of #EAF249
Complementary color
Monochromatic Colors of #EAF249
Black with #EAF249
Text Example
Text Example
White with #EAF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF249; }
p { color: rgb(234,242,73); }
H1.HeaderClassName
{
color: #EAF249;
}
.AnyTagClassName
{
color: #EAF249;
}
</style>
background-color css
<style>
a { background-color: #EAF249; }
a { background-color: rgb(234,242,73); }
div.DivClassName
{
background-color: #EAF249;
}
.BgClassName
{
background-color: #EAF249;
}
</style>
border-color css
<style>
span { border-color: #EAF249; }
span { border-color: rgb(234,242,73); }
td.TdClassName
{
border-color: #EAF249;
}
.TagClassName
{
border-color: #EAF249;
}
</style>