Shades of Paris Daisy #EDFE47
Tints of Paris Daisy #EDFE47
RGB
CMYK
RGB Variations
Color information
#EDFE47 (or 0xEDFE47) is known color: Paris Daisy. HEX triplet: ED, FE and 47. RGB value is (237,254,71). Sum of RGB (Red+Green+Blue) = 237+254+71=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 71 (28.12% from 255 or 12.63% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE47 is #1201B8. Grayscale: #E4E4E4. Windows color (decimal): -1180089 or 4718317. OLE color: 4718317.
HSL color Cylindrical-coordinate representation of color #EDFE47: hue angle of 65.57º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDFE47 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 71 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.00 |
| HSL | 65.57º | 0.99% | 0.64% | - |
| HSV(B) | 65.57º | 0.72% | 1% | - |
| XYZ | 71.5 | 89.34 | 19.44 | - |
| YUV | 228.06 | 39.37 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 71 | 0.07 | 0 | 0.72 | 0.00 | 65.57 | 0.99 | 0.64 |
| Hex | ED | FE | 47 | 7 | 0 | 48 | 0 | 42 | 63 | 40 |
| Octal | 355 | 376 | 107 | 7 | 0 | 110 | 0 | 102 | 143 | 100 |
| Binary | 11101101 | 11111110 | 1000111 | 111 | 0 | 1001000 | 0 | 1000010 | 1100011 | 1000000 |
Color Harmonies of #EDFE47
Complementary color
Monochromatic Colors of #EDFE47
Black with #EDFE47
Text Example
Text Example
White with #EDFE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE47; }
p { color: rgb(237,254,71); }
H1.HeaderClassName
{
color: #EDFE47;
}
.AnyTagClassName
{
color: #EDFE47;
}
</style>
background-color css
<style>
a { background-color: #EDFE47; }
a { background-color: rgb(237,254,71); }
div.DivClassName
{
background-color: #EDFE47;
}
.BgClassName
{
background-color: #EDFE47;
}
</style>
border-color css
<style>
span { border-color: #EDFE47; }
span { border-color: rgb(237,254,71); }
td.TdClassName
{
border-color: #EDFE47;
}
.TagClassName
{
border-color: #EDFE47;
}
</style>