Shades of Paris Daisy #E8F34F
Tints of Paris Daisy #E8F34F
RGB
CMYK
RGB Variations
Color information
#E8F34F (or 0xE8F34F) is known color: Paris Daisy. HEX triplet: E8, F3 and 4F. RGB value is (232,243,79). Sum of RGB (Red+Green+Blue) = 232+243+79=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 79 (31.25% from 255 or 14.26% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #E8F34F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8F34F is #170CB0. Grayscale: #DDDDDD. Windows color (decimal): -1510577 or 5239784. OLE color: 5239784.
HSL color Cylindrical-coordinate representation of color #E8F34F: hue angle of 64.02º degrees, saturation: 0.87, 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 #E8F34F is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 243 | 79 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.05 |
| HSL | 64.02º | 0.87% | 0.63% | - |
| HSV(B) | 64.02º | 0.67% | 0.95% | - |
| XYZ | 66.74 | 81.82 | 19.67 | - |
| YUV | 221.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 243 | 79 | 0.05 | 0 | 0.67 | 0.05 | 64.02 | 0.87 | 0.63 |
| Hex | E8 | F3 | 4F | 5 | 0 | 43 | 5 | 40 | 57 | 3F |
| Octal | 350 | 363 | 117 | 5 | 0 | 103 | 5 | 100 | 127 | 77 |
| Binary | 11101000 | 11110011 | 1001111 | 101 | 0 | 1000011 | 101 | 1000000 | 1010111 | 111111 |
Color Harmonies of #E8F34F
Complementary color
Monochromatic Colors of #E8F34F
Black with #E8F34F
Text Example
Text Example
White with #E8F34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F34F; }
p { color: rgb(232,243,79); }
H1.HeaderClassName
{
color: #E8F34F;
}
.AnyTagClassName
{
color: #E8F34F;
}
</style>
background-color css
<style>
a { background-color: #E8F34F; }
a { background-color: rgb(232,243,79); }
div.DivClassName
{
background-color: #E8F34F;
}
.BgClassName
{
background-color: #E8F34F;
}
</style>
border-color css
<style>
span { border-color: #E8F34F; }
span { border-color: rgb(232,243,79); }
td.TdClassName
{
border-color: #E8F34F;
}
.TagClassName
{
border-color: #E8F34F;
}
</style>