Shades of Paris Daisy #EDF74F
Tints of Paris Daisy #EDF74F
RGB
CMYK
RGB Variations
Color information
#EDF74F (or 0xEDF74F) is known color: Paris Daisy. HEX triplet: ED, F7 and 4F. RGB value is (237,247,79). Sum of RGB (Red+Green+Blue) = 237+247+79=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 79 (31.25% from 255 or 14.03% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF74F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF74F is #1208B0. Grayscale: #E1E1E1. Windows color (decimal): -1181873 or 5240813. OLE color: 5240813.
HSL color Cylindrical-coordinate representation of color #EDF74F: hue angle of 63.57º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDF74F is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 79 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.03 |
| HSL | 63.57º | 0.91% | 0.64% | - |
| HSV(B) | 63.57º | 0.68% | 0.97% | - |
| XYZ | 69.6 | 85.09 | 20.15 | - |
| YUV | 224.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 79 | 0.04 | 0 | 0.68 | 0.03 | 63.57 | 0.91 | 0.64 |
| Hex | ED | F7 | 4F | 4 | 0 | 44 | 3 | 40 | 5B | 40 |
| Octal | 355 | 367 | 117 | 4 | 0 | 104 | 3 | 100 | 133 | 100 |
| Binary | 11101101 | 11110111 | 1001111 | 100 | 0 | 1000100 | 11 | 1000000 | 1011011 | 1000000 |
Color Harmonies of #EDF74F
Complementary color
Monochromatic Colors of #EDF74F
Black with #EDF74F
Text Example
Text Example
White with #EDF74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF74F; }
p { color: rgb(237,247,79); }
H1.HeaderClassName
{
color: #EDF74F;
}
.AnyTagClassName
{
color: #EDF74F;
}
</style>
background-color css
<style>
a { background-color: #EDF74F; }
a { background-color: rgb(237,247,79); }
div.DivClassName
{
background-color: #EDF74F;
}
.BgClassName
{
background-color: #EDF74F;
}
</style>
border-color css
<style>
span { border-color: #EDF74F; }
span { border-color: rgb(237,247,79); }
td.TdClassName
{
border-color: #EDF74F;
}
.TagClassName
{
border-color: #EDF74F;
}
</style>