Shades of Paris Daisy #E9F14C
Tints of Paris Daisy #E9F14C
RGB
CMYK
RGB Variations
Color information
#E9F14C (or 0xE9F14C) is known color: Paris Daisy. HEX triplet: E9, F1 and 4C. RGB value is (233,241,76). Sum of RGB (Red+Green+Blue) = 233+241+76=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 76 (30.08% from 255 or 13.82% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F14C is #160EB3. Grayscale: #DCDCDC. Windows color (decimal): -1445556 or 5042665. OLE color: 5042665.
HSL color Cylindrical-coordinate representation of color #E9F14C: hue angle of 62.91º 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 #E9F14C is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 76 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.05 |
| HSL | 62.91º | 0.85% | 0.62% | - |
| HSV(B) | 62.91º | 0.68% | 0.95% | - |
| XYZ | 66.36 | 80.76 | 18.93 | - |
| YUV | 219.8 | 46.85 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 76 | 0.03 | 0 | 0.68 | 0.05 | 62.91 | 0.85 | 0.62 |
| Hex | E9 | F1 | 4C | 3 | 0 | 44 | 5 | 3F | 55 | 3E |
| Octal | 351 | 361 | 114 | 3 | 0 | 104 | 5 | 77 | 125 | 76 |
| Binary | 11101001 | 11110001 | 1001100 | 11 | 0 | 1000100 | 101 | 111111 | 1010101 | 111110 |
Color Harmonies of #E9F14C
Complementary color
Monochromatic Colors of #E9F14C
Black with #E9F14C
Text Example
Text Example
White with #E9F14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F14C; }
p { color: rgb(233,241,76); }
H1.HeaderClassName
{
color: #E9F14C;
}
.AnyTagClassName
{
color: #E9F14C;
}
</style>
background-color css
<style>
a { background-color: #E9F14C; }
a { background-color: rgb(233,241,76); }
div.DivClassName
{
background-color: #E9F14C;
}
.BgClassName
{
background-color: #E9F14C;
}
</style>
border-color css
<style>
span { border-color: #E9F14C; }
span { border-color: rgb(233,241,76); }
td.TdClassName
{
border-color: #E9F14C;
}
.TagClassName
{
border-color: #E9F14C;
}
</style>