Shades of Paris Daisy #E8F94F
Tints of Paris Daisy #E8F94F
RGB
CMYK
RGB Variations
Color information
#E8F94F (or 0xE8F94F) is known color: Paris Daisy. HEX triplet: E8, F9 and 4F. RGB value is (232,249,79). Sum of RGB (Red+Green+Blue) = 232+249+79=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 79 (31.25% from 255 or 14.11% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8F94F is #1706B0. Grayscale: #E1E1E1. Windows color (decimal): -1509041 or 5241320. OLE color: 5241320.
HSL color Cylindrical-coordinate representation of color #E8F94F: hue angle of 66º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8F94F is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 249 | 79 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.02 |
| HSL | 66º | 0.93% | 0.64% | - |
| HSV(B) | 66º | 0.68% | 0.98% | - |
| XYZ | 68.57 | 85.47 | 20.28 | - |
| YUV | 224.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 249 | 79 | 0.07 | 0 | 0.68 | 0.02 | 66 | 0.93 | 0.64 |
| Hex | E8 | F9 | 4F | 7 | 0 | 44 | 2 | 42 | 5D | 40 |
| Octal | 350 | 371 | 117 | 7 | 0 | 104 | 2 | 102 | 135 | 100 |
| Binary | 11101000 | 11111001 | 1001111 | 111 | 0 | 1000100 | 10 | 1000010 | 1011101 | 1000000 |
Color Harmonies of #E8F94F
Complementary color
Monochromatic Colors of #E8F94F
Black with #E8F94F
Text Example
Text Example
White with #E8F94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F94F; }
p { color: rgb(232,249,79); }
H1.HeaderClassName
{
color: #E8F94F;
}
.AnyTagClassName
{
color: #E8F94F;
}
</style>
background-color css
<style>
a { background-color: #E8F94F; }
a { background-color: rgb(232,249,79); }
div.DivClassName
{
background-color: #E8F94F;
}
.BgClassName
{
background-color: #E8F94F;
}
</style>
border-color css
<style>
span { border-color: #E8F94F; }
span { border-color: rgb(232,249,79); }
td.TdClassName
{
border-color: #E8F94F;
}
.TagClassName
{
border-color: #E8F94F;
}
</style>