Shades of Paris Daisy #E8F949
Tints of Paris Daisy #E8F949
RGB
CMYK
RGB Variations
Color information
#E8F949 (or 0xE8F949) is known color: Paris Daisy. HEX triplet: E8, F9 and 49. RGB value is (232,249,73). Sum of RGB (Red+Green+Blue) = 232+249+73=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 73 (28.91% from 255 or 13.18% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F949 is #1706B6. Grayscale: #E0E0E0. Windows color (decimal): -1509047 or 4848104. OLE color: 4848104.
HSL color Cylindrical-coordinate representation of color #E8F949: hue angle of 65.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E8F949 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 249 | 73 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.02 |
| HSL | 65.8º | 0.94% | 0.63% | - |
| HSV(B) | 65.8º | 0.71% | 0.98% | - |
| XYZ | 68.36 | 85.39 | 19.18 | - |
| YUV | 223.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 249 | 73 | 0.07 | 0 | 0.71 | 0.02 | 65.8 | 0.94 | 0.63 |
| Hex | E8 | F9 | 49 | 7 | 0 | 47 | 2 | 42 | 5E | 3F |
| Octal | 350 | 371 | 111 | 7 | 0 | 107 | 2 | 102 | 136 | 77 |
| Binary | 11101000 | 11111001 | 1001001 | 111 | 0 | 1000111 | 10 | 1000010 | 1011110 | 111111 |
Color Harmonies of #E8F949
Complementary color
Monochromatic Colors of #E8F949
Black with #E8F949
Text Example
Text Example
White with #E8F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F949; }
p { color: rgb(232,249,73); }
H1.HeaderClassName
{
color: #E8F949;
}
.AnyTagClassName
{
color: #E8F949;
}
</style>
background-color css
<style>
a { background-color: #E8F949; }
a { background-color: rgb(232,249,73); }
div.DivClassName
{
background-color: #E8F949;
}
.BgClassName
{
background-color: #E8F949;
}
</style>
border-color css
<style>
span { border-color: #E8F949; }
span { border-color: rgb(232,249,73); }
td.TdClassName
{
border-color: #E8F949;
}
.TagClassName
{
border-color: #E8F949;
}
</style>