Shades of Paris Daisy #E6FA49
Tints of Paris Daisy #E6FA49
RGB
CMYK
RGB Variations
Color information
#E6FA49 (or 0xE6FA49) is known color: Paris Daisy. HEX triplet: E6, FA and 49. RGB value is (230,250,73). Sum of RGB (Red+Green+Blue) = 230+250+73=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 73 (28.91% from 255 or 13.20% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FA49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FA49 is #1905B6. Grayscale: #E0E0E0. Windows color (decimal): -1639863 or 4848358. OLE color: 4848358.
HSL color Cylindrical-coordinate representation of color #E6FA49: hue angle of 66.78º degrees, saturation: 0.95, 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 #E6FA49 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 73 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.02 |
| HSL | 66.78º | 0.95% | 0.63% | - |
| HSV(B) | 66.78º | 0.71% | 0.98% | - |
| XYZ | 68.02 | 85.68 | 19.26 | - |
| YUV | 223.84 | 42.87 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 73 | 0.08 | 0 | 0.71 | 0.02 | 66.78 | 0.95 | 0.63 |
| Hex | E6 | FA | 49 | 8 | 0 | 47 | 2 | 43 | 5F | 3F |
| Octal | 346 | 372 | 111 | 10 | 0 | 107 | 2 | 103 | 137 | 77 |
| Binary | 11100110 | 11111010 | 1001001 | 1000 | 0 | 1000111 | 10 | 1000011 | 1011111 | 111111 |
Color Harmonies of #E6FA49
Complementary color
Monochromatic Colors of #E6FA49
Black with #E6FA49
Text Example
Text Example
White with #E6FA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FA49; }
p { color: rgb(230,250,73); }
H1.HeaderClassName
{
color: #E6FA49;
}
.AnyTagClassName
{
color: #E6FA49;
}
</style>
background-color css
<style>
a { background-color: #E6FA49; }
a { background-color: rgb(230,250,73); }
div.DivClassName
{
background-color: #E6FA49;
}
.BgClassName
{
background-color: #E6FA49;
}
</style>
border-color css
<style>
span { border-color: #E6FA49; }
span { border-color: rgb(230,250,73); }
td.TdClassName
{
border-color: #E6FA49;
}
.TagClassName
{
border-color: #E6FA49;
}
</style>