Shades of Paris Daisy #EDF148
Tints of Paris Daisy #EDF148
RGB
CMYK
RGB Variations
Color information
#EDF148 (or 0xEDF148) is known color: Paris Daisy. HEX triplet: ED, F1 and 48. RGB value is (237,241,72). Sum of RGB (Red+Green+Blue) = 237+241+72=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 72 (28.52% from 255 or 13.09% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF148 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF148 is #120EB7. Grayscale: #DDDDDD. Windows color (decimal): -1183416 or 4780525. OLE color: 4780525.
HSL color Cylindrical-coordinate representation of color #EDF148: hue angle of 61.42º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF148 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 72 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.05 |
| HSL | 61.42º | 0.86% | 0.61% | - |
| HSV(B) | 61.42º | 0.7% | 0.95% | - |
| XYZ | 67.55 | 81.38 | 18.28 | - |
| YUV | 220.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 72 | 0.02 | 0 | 0.70 | 0.05 | 61.42 | 0.86 | 0.61 |
| Hex | ED | F1 | 48 | 2 | 0 | 46 | 5 | 3D | 56 | 3D |
| Octal | 355 | 361 | 110 | 2 | 0 | 106 | 5 | 75 | 126 | 75 |
| Binary | 11101101 | 11110001 | 1001000 | 10 | 0 | 1000110 | 101 | 111101 | 1010110 | 111101 |
Color Harmonies of #EDF148
Complementary color
Monochromatic Colors of #EDF148
Black with #EDF148
Text Example
Text Example
White with #EDF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF148; }
p { color: rgb(237,241,72); }
H1.HeaderClassName
{
color: #EDF148;
}
.AnyTagClassName
{
color: #EDF148;
}
</style>
background-color css
<style>
a { background-color: #EDF148; }
a { background-color: rgb(237,241,72); }
div.DivClassName
{
background-color: #EDF148;
}
.BgClassName
{
background-color: #EDF148;
}
</style>
border-color css
<style>
span { border-color: #EDF148; }
span { border-color: rgb(237,241,72); }
td.TdClassName
{
border-color: #EDF148;
}
.TagClassName
{
border-color: #EDF148;
}
</style>