Shades of Paris Daisy #E8F150
Tints of Paris Daisy #E8F150
RGB
CMYK
RGB Variations
Color information
#E8F150 (or 0xE8F150) is known color: Paris Daisy. HEX triplet: E8, F1 and 50. RGB value is (232,241,80). Sum of RGB (Red+Green+Blue) = 232+241+80=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 80 (31.64% from 255 or 14.47% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8F150 is #170EAF. Grayscale: #DCDCDC. Windows color (decimal): -1511088 or 5304808. OLE color: 5304808.
HSL color Cylindrical-coordinate representation of color #E8F150: hue angle of 63.35º 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 #E8F150 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 80 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.05 |
| HSL | 63.35º | 0.85% | 0.63% | - |
| HSV(B) | 63.35º | 0.67% | 0.95% | - |
| XYZ | 66.18 | 80.65 | 19.67 | - |
| YUV | 219.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 80 | 0.04 | 0 | 0.67 | 0.05 | 63.35 | 0.85 | 0.63 |
| Hex | E8 | F1 | 50 | 4 | 0 | 43 | 5 | 3F | 55 | 3F |
| Octal | 350 | 361 | 120 | 4 | 0 | 103 | 5 | 77 | 125 | 77 |
| Binary | 11101000 | 11110001 | 1010000 | 100 | 0 | 1000011 | 101 | 111111 | 1010101 | 111111 |
Color Harmonies of #E8F150
Complementary color
Monochromatic Colors of #E8F150
Black with #E8F150
Text Example
Text Example
White with #E8F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F150; }
p { color: rgb(232,241,80); }
H1.HeaderClassName
{
color: #E8F150;
}
.AnyTagClassName
{
color: #E8F150;
}
</style>
background-color css
<style>
a { background-color: #E8F150; }
a { background-color: rgb(232,241,80); }
div.DivClassName
{
background-color: #E8F150;
}
.BgClassName
{
background-color: #E8F150;
}
</style>
border-color css
<style>
span { border-color: #E8F150; }
span { border-color: rgb(232,241,80); }
td.TdClassName
{
border-color: #E8F150;
}
.TagClassName
{
border-color: #E8F150;
}
</style>