Shades of Paris Daisy #E9F248
Tints of Paris Daisy #E9F248
RGB
CMYK
RGB Variations
Color information
#E9F248 (or 0xE9F248) is known color: Paris Daisy. HEX triplet: E9, F2 and 48. RGB value is (233,242,72). Sum of RGB (Red+Green+Blue) = 233+242+72=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 72 (28.52% from 255 or 13.16% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F248 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F248 is #160DB7. Grayscale: #DCDCDC. Windows color (decimal): -1445304 or 4780777. OLE color: 4780777.
HSL color Cylindrical-coordinate representation of color #E9F248: hue angle of 63.18º 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 #E9F248 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 72 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.05 |
| HSL | 63.18º | 0.87% | 0.62% | - |
| HSV(B) | 63.18º | 0.7% | 0.95% | - |
| XYZ | 66.53 | 81.3 | 18.32 | - |
| YUV | 219.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 72 | 0.04 | 0 | 0.70 | 0.05 | 63.18 | 0.87 | 0.62 |
| Hex | E9 | F2 | 48 | 4 | 0 | 46 | 5 | 3F | 57 | 3E |
| Octal | 351 | 362 | 110 | 4 | 0 | 106 | 5 | 77 | 127 | 76 |
| Binary | 11101001 | 11110010 | 1001000 | 100 | 0 | 1000110 | 101 | 111111 | 1010111 | 111110 |
Color Harmonies of #E9F248
Complementary color
Monochromatic Colors of #E9F248
Black with #E9F248
Text Example
Text Example
White with #E9F248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F248; }
p { color: rgb(233,242,72); }
H1.HeaderClassName
{
color: #E9F248;
}
.AnyTagClassName
{
color: #E9F248;
}
</style>
background-color css
<style>
a { background-color: #E9F248; }
a { background-color: rgb(233,242,72); }
div.DivClassName
{
background-color: #E9F248;
}
.BgClassName
{
background-color: #E9F248;
}
</style>
border-color css
<style>
span { border-color: #E9F248; }
span { border-color: rgb(233,242,72); }
td.TdClassName
{
border-color: #E9F248;
}
.TagClassName
{
border-color: #E9F248;
}
</style>