Shades of Paris Daisy #EDF74E
Tints of Paris Daisy #EDF74E
RGB
CMYK
RGB Variations
Color information
#EDF74E (or 0xEDF74E) is known color: Paris Daisy. HEX triplet: ED, F7 and 4E. RGB value is (237,247,78). Sum of RGB (Red+Green+Blue) = 237+247+78=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 78 (30.86% from 255 or 13.88% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF74E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF74E is #1208B1. Grayscale: #E1E1E1. Windows color (decimal): -1181874 or 5175277. OLE color: 5175277.
HSL color Cylindrical-coordinate representation of color #EDF74E: hue angle of 63.55º 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 #EDF74E is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 78 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.03 |
| HSL | 63.55º | 0.91% | 0.64% | - |
| HSV(B) | 63.55º | 0.68% | 0.97% | - |
| XYZ | 69.56 | 85.08 | 19.96 | - |
| YUV | 224.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 78 | 0.04 | 0 | 0.68 | 0.03 | 63.55 | 0.91 | 0.64 |
| Hex | ED | F7 | 4E | 4 | 0 | 44 | 3 | 40 | 5B | 40 |
| Octal | 355 | 367 | 116 | 4 | 0 | 104 | 3 | 100 | 133 | 100 |
| Binary | 11101101 | 11110111 | 1001110 | 100 | 0 | 1000100 | 11 | 1000000 | 1011011 | 1000000 |
Color Harmonies of #EDF74E
Complementary color
Monochromatic Colors of #EDF74E
Black with #EDF74E
Text Example
Text Example
White with #EDF74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF74E; }
p { color: rgb(237,247,78); }
H1.HeaderClassName
{
color: #EDF74E;
}
.AnyTagClassName
{
color: #EDF74E;
}
</style>
background-color css
<style>
a { background-color: #EDF74E; }
a { background-color: rgb(237,247,78); }
div.DivClassName
{
background-color: #EDF74E;
}
.BgClassName
{
background-color: #EDF74E;
}
</style>
border-color css
<style>
span { border-color: #EDF74E; }
span { border-color: rgb(237,247,78); }
td.TdClassName
{
border-color: #EDF74E;
}
.TagClassName
{
border-color: #EDF74E;
}
</style>