Shades of Paris Daisy #EDFE46
Tints of Paris Daisy #EDFE46
RGB
CMYK
RGB Variations
Color information
#EDFE46 (or 0xEDFE46) is known color: Paris Daisy. HEX triplet: ED, FE and 46. RGB value is (237,254,70). Sum of RGB (Red+Green+Blue) = 237+254+70=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 70 (27.73% from 255 or 12.48% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE46 is #1201B9. Grayscale: #E4E4E4. Windows color (decimal): -1180090 or 4652781. OLE color: 4652781.
HSL color Cylindrical-coordinate representation of color #EDFE46: hue angle of 65.54º 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 #EDFE46 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 70 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.00 |
| HSL | 65.54º | 0.99% | 0.64% | - |
| HSV(B) | 65.54º | 0.72% | 1% | - |
| XYZ | 71.47 | 89.33 | 19.27 | - |
| YUV | 227.94 | 38.87 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 70 | 0.07 | 0 | 0.72 | 0.00 | 65.54 | 0.99 | 0.64 |
| Hex | ED | FE | 46 | 7 | 0 | 48 | 0 | 42 | 63 | 40 |
| Octal | 355 | 376 | 106 | 7 | 0 | 110 | 0 | 102 | 143 | 100 |
| Binary | 11101101 | 11111110 | 1000110 | 111 | 0 | 1001000 | 0 | 1000010 | 1100011 | 1000000 |
Color Harmonies of #EDFE46
Complementary color
Monochromatic Colors of #EDFE46
Black with #EDFE46
Text Example
Text Example
White with #EDFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE46; }
p { color: rgb(237,254,70); }
H1.HeaderClassName
{
color: #EDFE46;
}
.AnyTagClassName
{
color: #EDFE46;
}
</style>
background-color css
<style>
a { background-color: #EDFE46; }
a { background-color: rgb(237,254,70); }
div.DivClassName
{
background-color: #EDFE46;
}
.BgClassName
{
background-color: #EDFE46;
}
</style>
border-color css
<style>
span { border-color: #EDFE46; }
span { border-color: rgb(237,254,70); }
td.TdClassName
{
border-color: #EDFE46;
}
.TagClassName
{
border-color: #EDFE46;
}
</style>