Shades of Paris Daisy #E8F149
Tints of Paris Daisy #E8F149
RGB
CMYK
RGB Variations
Color information
#E8F149 (or 0xE8F149) is known color: Paris Daisy. HEX triplet: E8, F1 and 49. RGB value is (232,241,73). Sum of RGB (Red+Green+Blue) = 232+241+73=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 73 (28.91% from 255 or 13.37% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F149 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F149 is #170EB6. Grayscale: #DBDBDB. Windows color (decimal): -1511095 or 4846056. OLE color: 4846056.
HSL color Cylindrical-coordinate representation of color #E8F149: hue angle of 63.21º degrees, saturation: 0.86, 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 #E8F149 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 73 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.05 |
| HSL | 63.21º | 0.86% | 0.62% | - |
| HSV(B) | 63.21º | 0.7% | 0.95% | - |
| XYZ | 65.94 | 80.55 | 18.38 | - |
| YUV | 219.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 73 | 0.04 | 0 | 0.70 | 0.05 | 63.21 | 0.86 | 0.62 |
| Hex | E8 | F1 | 49 | 4 | 0 | 46 | 5 | 3F | 56 | 3E |
| Octal | 350 | 361 | 111 | 4 | 0 | 106 | 5 | 77 | 126 | 76 |
| Binary | 11101000 | 11110001 | 1001001 | 100 | 0 | 1000110 | 101 | 111111 | 1010110 | 111110 |
Color Harmonies of #E8F149
Complementary color
Monochromatic Colors of #E8F149
Black with #E8F149
Text Example
Text Example
White with #E8F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F149; }
p { color: rgb(232,241,73); }
H1.HeaderClassName
{
color: #E8F149;
}
.AnyTagClassName
{
color: #E8F149;
}
</style>
background-color css
<style>
a { background-color: #E8F149; }
a { background-color: rgb(232,241,73); }
div.DivClassName
{
background-color: #E8F149;
}
.BgClassName
{
background-color: #E8F149;
}
</style>
border-color css
<style>
span { border-color: #E8F149; }
span { border-color: rgb(232,241,73); }
td.TdClassName
{
border-color: #E8F149;
}
.TagClassName
{
border-color: #E8F149;
}
</style>