Shades of Paris Daisy #EDFF49
Tints of Paris Daisy #EDFF49
RGB
CMYK
RGB Variations
Color information
#EDFF49 (or 0xEDFF49) is known color: Paris Daisy. HEX triplet: ED, FF and 49. RGB value is (237,255,73). Sum of RGB (Red+Green+Blue) = 237+255+73=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 73 (28.91% from 255 or 12.92% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF49 is #1200B6. Grayscale: #E5E5E5. Windows color (decimal): -1179831 or 4849645. OLE color: 4849645.
HSL color Cylindrical-coordinate representation of color #EDFF49: hue angle of 65.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDFF49 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 73 | - |
| CMYK | 0.07 | 0 | 0.71 | 0 |
| HSL | 65.93º | 1% | 0.64% | - |
| HSV(B) | 65.93º | 0.71% | 1% | - |
| XYZ | 71.89 | 90.01 | 19.89 | - |
| YUV | 228.87 | 40.04 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 73 | 0.07 | 0 | 0.71 | 0 | 65.93 | 1 | 0.64 |
| Hex | ED | FF | 49 | 7 | 0 | 47 | 0 | 42 | 64 | 40 |
| Octal | 355 | 377 | 111 | 7 | 0 | 107 | 0 | 102 | 144 | 100 |
| Binary | 11101101 | 11111111 | 1001001 | 111 | 0 | 1000111 | 0 | 1000010 | 1100100 | 1000000 |
Color Harmonies of #EDFF49
Complementary color
Monochromatic Colors of #EDFF49
Black with #EDFF49
Text Example
Text Example
White with #EDFF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF49; }
p { color: rgb(237,255,73); }
H1.HeaderClassName
{
color: #EDFF49;
}
.AnyTagClassName
{
color: #EDFF49;
}
</style>
background-color css
<style>
a { background-color: #EDFF49; }
a { background-color: rgb(237,255,73); }
div.DivClassName
{
background-color: #EDFF49;
}
.BgClassName
{
background-color: #EDFF49;
}
</style>
border-color css
<style>
span { border-color: #EDFF49; }
span { border-color: rgb(237,255,73); }
td.TdClassName
{
border-color: #EDFF49;
}
.TagClassName
{
border-color: #EDFF49;
}
</style>