Shades of Paris Daisy #E8F14F
Tints of Paris Daisy #E8F14F
RGB
CMYK
RGB Variations
Color information
#E8F14F (or 0xE8F14F) is known color: Paris Daisy. HEX triplet: E8, F1 and 4F. RGB value is (232,241,79). Sum of RGB (Red+Green+Blue) = 232+241+79=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 79 (31.25% from 255 or 14.31% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F14F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8F14F is #170EB0. Grayscale: #DCDCDC. Windows color (decimal): -1511089 or 5239272. OLE color: 5239272.
HSL color Cylindrical-coordinate representation of color #E8F14F: hue angle of 63.33º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8F14F is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 79 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.05 |
| HSL | 63.33º | 0.85% | 0.63% | - |
| HSV(B) | 63.33º | 0.67% | 0.95% | - |
| XYZ | 66.15 | 80.63 | 19.47 | - |
| YUV | 219.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 79 | 0.04 | 0 | 0.67 | 0.05 | 63.33 | 0.85 | 0.63 |
| Hex | E8 | F1 | 4F | 4 | 0 | 43 | 5 | 3F | 55 | 3F |
| Octal | 350 | 361 | 117 | 4 | 0 | 103 | 5 | 77 | 125 | 77 |
| Binary | 11101000 | 11110001 | 1001111 | 100 | 0 | 1000011 | 101 | 111111 | 1010101 | 111111 |
Color Harmonies of #E8F14F
Complementary color
Monochromatic Colors of #E8F14F
Black with #E8F14F
Text Example
Text Example
White with #E8F14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F14F; }
p { color: rgb(232,241,79); }
H1.HeaderClassName
{
color: #E8F14F;
}
.AnyTagClassName
{
color: #E8F14F;
}
</style>
background-color css
<style>
a { background-color: #E8F14F; }
a { background-color: rgb(232,241,79); }
div.DivClassName
{
background-color: #E8F14F;
}
.BgClassName
{
background-color: #E8F14F;
}
</style>
border-color css
<style>
span { border-color: #E8F14F; }
span { border-color: rgb(232,241,79); }
td.TdClassName
{
border-color: #E8F14F;
}
.TagClassName
{
border-color: #E8F14F;
}
</style>