Shades of Paris Daisy #E9F14E
Tints of Paris Daisy #E9F14E
RGB
CMYK
RGB Variations
Color information
#E9F14E (or 0xE9F14E) is known color: Paris Daisy. HEX triplet: E9, F1 and 4E. RGB value is (233,241,78). Sum of RGB (Red+Green+Blue) = 233+241+78=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 78 (30.86% from 255 or 14.13% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F14E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9F14E is #160EB1. Grayscale: #DCDCDC. Windows color (decimal): -1445554 or 5173737. OLE color: 5173737.
HSL color Cylindrical-coordinate representation of color #E9F14E: hue angle of 62.94º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9F14E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 78 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.05 |
| HSL | 62.94º | 0.85% | 0.63% | - |
| HSV(B) | 62.94º | 0.68% | 0.95% | - |
| XYZ | 66.43 | 80.78 | 19.3 | - |
| YUV | 220.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 78 | 0.03 | 0 | 0.68 | 0.05 | 62.94 | 0.85 | 0.63 |
| Hex | E9 | F1 | 4E | 3 | 0 | 44 | 5 | 3F | 55 | 3F |
| Octal | 351 | 361 | 116 | 3 | 0 | 104 | 5 | 77 | 125 | 77 |
| Binary | 11101001 | 11110001 | 1001110 | 11 | 0 | 1000100 | 101 | 111111 | 1010101 | 111111 |
Color Harmonies of #E9F14E
Complementary color
Monochromatic Colors of #E9F14E
Black with #E9F14E
Text Example
Text Example
White with #E9F14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F14E; }
p { color: rgb(233,241,78); }
H1.HeaderClassName
{
color: #E9F14E;
}
.AnyTagClassName
{
color: #E9F14E;
}
</style>
background-color css
<style>
a { background-color: #E9F14E; }
a { background-color: rgb(233,241,78); }
div.DivClassName
{
background-color: #E9F14E;
}
.BgClassName
{
background-color: #E9F14E;
}
</style>
border-color css
<style>
span { border-color: #E9F14E; }
span { border-color: rgb(233,241,78); }
td.TdClassName
{
border-color: #E9F14E;
}
.TagClassName
{
border-color: #E9F14E;
}
</style>