Shades of Paris Daisy #EDF150
Tints of Paris Daisy #EDF150
RGB
CMYK
RGB Variations
Color information
#EDF150 (or 0xEDF150) is known color: Paris Daisy. HEX triplet: ED, F1 and 50. RGB value is (237,241,80). Sum of RGB (Red+Green+Blue) = 237+241+80=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 80 (31.64% from 255 or 14.34% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF150 is #120EAF. Grayscale: #DEDEDE. Windows color (decimal): -1183408 or 5304813. OLE color: 5304813.
HSL color Cylindrical-coordinate representation of color #EDF150: hue angle of 61.49º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF150 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 80 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.05 |
| HSL | 61.49º | 0.85% | 0.63% | - |
| HSV(B) | 61.49º | 0.67% | 0.95% | - |
| XYZ | 67.83 | 81.49 | 19.74 | - |
| YUV | 221.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 80 | 0.02 | 0 | 0.67 | 0.05 | 61.49 | 0.85 | 0.63 |
| Hex | ED | F1 | 50 | 2 | 0 | 43 | 5 | 3D | 55 | 3F |
| Octal | 355 | 361 | 120 | 2 | 0 | 103 | 5 | 75 | 125 | 77 |
| Binary | 11101101 | 11110001 | 1010000 | 10 | 0 | 1000011 | 101 | 111101 | 1010101 | 111111 |
Color Harmonies of #EDF150
Complementary color
Monochromatic Colors of #EDF150
Black with #EDF150
Text Example
Text Example
White with #EDF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF150; }
p { color: rgb(237,241,80); }
H1.HeaderClassName
{
color: #EDF150;
}
.AnyTagClassName
{
color: #EDF150;
}
</style>
background-color css
<style>
a { background-color: #EDF150; }
a { background-color: rgb(237,241,80); }
div.DivClassName
{
background-color: #EDF150;
}
.BgClassName
{
background-color: #EDF150;
}
</style>
border-color css
<style>
span { border-color: #EDF150; }
span { border-color: rgb(237,241,80); }
td.TdClassName
{
border-color: #EDF150;
}
.TagClassName
{
border-color: #EDF150;
}
</style>