Shades of Paris Daisy #E8F049
Tints of Paris Daisy #E8F049
RGB
CMYK
RGB Variations
Color information
#E8F049 (or 0xE8F049) is known color: Paris Daisy. HEX triplet: E8, F0 and 49. RGB value is (232,240,73). Sum of RGB (Red+Green+Blue) = 232+240+73=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F049 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F049 is #170FB6. Grayscale: #DBDBDB. Windows color (decimal): -1511351 or 4845800. OLE color: 4845800.
HSL color Cylindrical-coordinate representation of color #E8F049: hue angle of 62.87º 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 #E8F049 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 73 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.06 |
| HSL | 62.87º | 0.85% | 0.61% | - |
| HSV(B) | 62.87º | 0.7% | 0.94% | - |
| XYZ | 65.64 | 79.96 | 18.28 | - |
| YUV | 218.57 | 45.85 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 73 | 0.03 | 0 | 0.70 | 0.06 | 62.87 | 0.85 | 0.61 |
| Hex | E8 | F0 | 49 | 3 | 0 | 46 | 6 | 3F | 55 | 3D |
| Octal | 350 | 360 | 111 | 3 | 0 | 106 | 6 | 77 | 125 | 75 |
| Binary | 11101000 | 11110000 | 1001001 | 11 | 0 | 1000110 | 110 | 111111 | 1010101 | 111101 |
Color Harmonies of #E8F049
Complementary color
Monochromatic Colors of #E8F049
Black with #E8F049
Text Example
Text Example
White with #E8F049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F049; }
p { color: rgb(232,240,73); }
H1.HeaderClassName
{
color: #E8F049;
}
.AnyTagClassName
{
color: #E8F049;
}
</style>
background-color css
<style>
a { background-color: #E8F049; }
a { background-color: rgb(232,240,73); }
div.DivClassName
{
background-color: #E8F049;
}
.BgClassName
{
background-color: #E8F049;
}
</style>
border-color css
<style>
span { border-color: #E8F049; }
span { border-color: rgb(232,240,73); }
td.TdClassName
{
border-color: #E8F049;
}
.TagClassName
{
border-color: #E8F049;
}
</style>