Shades of Paris Daisy #EDF04F
Tints of Paris Daisy #EDF04F
RGB
CMYK
RGB Variations
Color information
#EDF04F (or 0xEDF04F) is known color: Paris Daisy. HEX triplet: ED, F0 and 4F. RGB value is (237,240,79). Sum of RGB (Red+Green+Blue) = 237+240+79=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 79 (31.25% from 255 or 14.21% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF04F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF04F is #120FB0. Grayscale: #DDDDDD. Windows color (decimal): -1183665 or 5239021. OLE color: 5239021.
HSL color Cylindrical-coordinate representation of color #EDF04F: hue angle of 61.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF04F is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 79 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.06 |
| HSL | 61.12º | 0.84% | 0.63% | - |
| HSV(B) | 61.12º | 0.67% | 0.94% | - |
| XYZ | 67.5 | 80.89 | 19.45 | - |
| YUV | 220.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 79 | 0.01 | 0 | 0.67 | 0.06 | 61.12 | 0.84 | 0.63 |
| Hex | ED | F0 | 4F | 1 | 0 | 43 | 6 | 3D | 54 | 3F |
| Octal | 355 | 360 | 117 | 1 | 0 | 103 | 6 | 75 | 124 | 77 |
| Binary | 11101101 | 11110000 | 1001111 | 1 | 0 | 1000011 | 110 | 111101 | 1010100 | 111111 |
Color Harmonies of #EDF04F
Complementary color
Monochromatic Colors of #EDF04F
Black with #EDF04F
Text Example
Text Example
White with #EDF04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF04F; }
p { color: rgb(237,240,79); }
H1.HeaderClassName
{
color: #EDF04F;
}
.AnyTagClassName
{
color: #EDF04F;
}
</style>
background-color css
<style>
a { background-color: #EDF04F; }
a { background-color: rgb(237,240,79); }
div.DivClassName
{
background-color: #EDF04F;
}
.BgClassName
{
background-color: #EDF04F;
}
</style>
border-color css
<style>
span { border-color: #EDF04F; }
span { border-color: rgb(237,240,79); }
td.TdClassName
{
border-color: #EDF04F;
}
.TagClassName
{
border-color: #EDF04F;
}
</style>