Shades of Paris Daisy #E9F14D
Tints of Paris Daisy #E9F14D
RGB
CMYK
RGB Variations
Color information
#E9F14D (or 0xE9F14D) is known color: Paris Daisy. HEX triplet: E9, F1 and 4D. RGB value is (233,241,77). Sum of RGB (Red+Green+Blue) = 233+241+77=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 77 (30.47% from 255 or 13.97% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9F14D is #160EB2. Grayscale: #DCDCDC. Windows color (decimal): -1445555 or 5108201. OLE color: 5108201.
HSL color Cylindrical-coordinate representation of color #E9F14D: hue angle of 62.93º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9F14D is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 77 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.05 |
| HSL | 62.93º | 0.85% | 0.62% | - |
| HSV(B) | 62.93º | 0.68% | 0.95% | - |
| XYZ | 66.4 | 80.77 | 19.11 | - |
| YUV | 219.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 77 | 0.03 | 0 | 0.68 | 0.05 | 62.93 | 0.85 | 0.62 |
| Hex | E9 | F1 | 4D | 3 | 0 | 44 | 5 | 3F | 55 | 3E |
| Octal | 351 | 361 | 115 | 3 | 0 | 104 | 5 | 77 | 125 | 76 |
| Binary | 11101001 | 11110001 | 1001101 | 11 | 0 | 1000100 | 101 | 111111 | 1010101 | 111110 |
Color Harmonies of #E9F14D
Complementary color
Monochromatic Colors of #E9F14D
Black with #E9F14D
Text Example
Text Example
White with #E9F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F14D; }
p { color: rgb(233,241,77); }
H1.HeaderClassName
{
color: #E9F14D;
}
.AnyTagClassName
{
color: #E9F14D;
}
</style>
background-color css
<style>
a { background-color: #E9F14D; }
a { background-color: rgb(233,241,77); }
div.DivClassName
{
background-color: #E9F14D;
}
.BgClassName
{
background-color: #E9F14D;
}
</style>
border-color css
<style>
span { border-color: #E9F14D; }
span { border-color: rgb(233,241,77); }
td.TdClassName
{
border-color: #E9F14D;
}
.TagClassName
{
border-color: #E9F14D;
}
</style>