Shades of Paris Daisy #E9F249
Tints of Paris Daisy #E9F249
RGB
CMYK
RGB Variations
Color information
#E9F249 (or 0xE9F249) is known color: Paris Daisy. HEX triplet: E9, F2 and 49. RGB value is (233,242,73). Sum of RGB (Red+Green+Blue) = 233+242+73=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 73 (28.91% from 255 or 13.32% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F249 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F249 is #160DB6. Grayscale: #DCDCDC. Windows color (decimal): -1445303 or 4846313. OLE color: 4846313.
HSL color Cylindrical-coordinate representation of color #E9F249: hue angle of 63.2º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9F249 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 73 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.05 |
| HSL | 63.2º | 0.87% | 0.62% | - |
| HSV(B) | 63.2º | 0.7% | 0.95% | - |
| XYZ | 66.56 | 81.31 | 18.49 | - |
| YUV | 220.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 73 | 0.04 | 0 | 0.70 | 0.05 | 63.2 | 0.87 | 0.62 |
| Hex | E9 | F2 | 49 | 4 | 0 | 46 | 5 | 3F | 57 | 3E |
| Octal | 351 | 362 | 111 | 4 | 0 | 106 | 5 | 77 | 127 | 76 |
| Binary | 11101001 | 11110010 | 1001001 | 100 | 0 | 1000110 | 101 | 111111 | 1010111 | 111110 |
Color Harmonies of #E9F249
Complementary color
Monochromatic Colors of #E9F249
Black with #E9F249
Text Example
Text Example
White with #E9F249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F249; }
p { color: rgb(233,242,73); }
H1.HeaderClassName
{
color: #E9F249;
}
.AnyTagClassName
{
color: #E9F249;
}
</style>
background-color css
<style>
a { background-color: #E9F249; }
a { background-color: rgb(233,242,73); }
div.DivClassName
{
background-color: #E9F249;
}
.BgClassName
{
background-color: #E9F249;
}
</style>
border-color css
<style>
span { border-color: #E9F249; }
span { border-color: rgb(233,242,73); }
td.TdClassName
{
border-color: #E9F249;
}
.TagClassName
{
border-color: #E9F249;
}
</style>