Shades of Paris Daisy #EAF449
Tints of Paris Daisy #EAF449
RGB
CMYK
RGB Variations
Color information
#EAF449 (or 0xEAF449) is known color: Paris Daisy. HEX triplet: EA, F4 and 49. RGB value is (234,244,73). Sum of RGB (Red+Green+Blue) = 234+244+73=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 73 (28.91% from 255 or 13.25% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF449 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF449 is #150BB6. Grayscale: #DEDEDE. Windows color (decimal): -1379255 or 4846826. OLE color: 4846826.
HSL color Cylindrical-coordinate representation of color #EAF449: hue angle of 63.51º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAF449 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 244 | 73 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.04 |
| HSL | 63.51º | 0.89% | 0.62% | - |
| HSV(B) | 63.51º | 0.7% | 0.96% | - |
| XYZ | 67.48 | 82.67 | 18.7 | - |
| YUV | 221.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 244 | 73 | 0.04 | 0 | 0.70 | 0.04 | 63.51 | 0.89 | 0.62 |
| Hex | EA | F4 | 49 | 4 | 0 | 46 | 4 | 40 | 59 | 3E |
| Octal | 352 | 364 | 111 | 4 | 0 | 106 | 4 | 100 | 131 | 76 |
| Binary | 11101010 | 11110100 | 1001001 | 100 | 0 | 1000110 | 100 | 1000000 | 1011001 | 111110 |
Color Harmonies of #EAF449
Complementary color
Monochromatic Colors of #EAF449
Black with #EAF449
Text Example
Text Example
White with #EAF449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF449; }
p { color: rgb(234,244,73); }
H1.HeaderClassName
{
color: #EAF449;
}
.AnyTagClassName
{
color: #EAF449;
}
</style>
background-color css
<style>
a { background-color: #EAF449; }
a { background-color: rgb(234,244,73); }
div.DivClassName
{
background-color: #EAF449;
}
.BgClassName
{
background-color: #EAF449;
}
</style>
border-color css
<style>
span { border-color: #EAF449; }
span { border-color: rgb(234,244,73); }
td.TdClassName
{
border-color: #EAF449;
}
.TagClassName
{
border-color: #EAF449;
}
</style>