Shades of Paris Daisy #EDF04E
Tints of Paris Daisy #EDF04E
RGB
CMYK
RGB Variations
Color information
#EDF04E (or 0xEDF04E) is known color: Paris Daisy. HEX triplet: ED, F0 and 4E. RGB value is (237,240,78). Sum of RGB (Red+Green+Blue) = 237+240+78=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 78 (30.86% from 255 or 14.05% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF04E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF04E is #120FB1. Grayscale: #DDDDDD. Windows color (decimal): -1183666 or 5173485. OLE color: 5173485.
HSL color Cylindrical-coordinate representation of color #EDF04E: hue angle of 61.11º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDF04E is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 78 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.06 |
| HSL | 61.11º | 0.84% | 0.62% | - |
| HSV(B) | 61.11º | 0.68% | 0.94% | - |
| XYZ | 67.46 | 80.87 | 19.26 | - |
| YUV | 220.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 78 | 0.01 | 0 | 0.68 | 0.06 | 61.11 | 0.84 | 0.62 |
| Hex | ED | F0 | 4E | 1 | 0 | 44 | 6 | 3D | 54 | 3E |
| Octal | 355 | 360 | 116 | 1 | 0 | 104 | 6 | 75 | 124 | 76 |
| Binary | 11101101 | 11110000 | 1001110 | 1 | 0 | 1000100 | 110 | 111101 | 1010100 | 111110 |
Color Harmonies of #EDF04E
Complementary color
Monochromatic Colors of #EDF04E
Black with #EDF04E
Text Example
Text Example
White with #EDF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF04E; }
p { color: rgb(237,240,78); }
H1.HeaderClassName
{
color: #EDF04E;
}
.AnyTagClassName
{
color: #EDF04E;
}
</style>
background-color css
<style>
a { background-color: #EDF04E; }
a { background-color: rgb(237,240,78); }
div.DivClassName
{
background-color: #EDF04E;
}
.BgClassName
{
background-color: #EDF04E;
}
</style>
border-color css
<style>
span { border-color: #EDF04E; }
span { border-color: rgb(237,240,78); }
td.TdClassName
{
border-color: #EDF04E;
}
.TagClassName
{
border-color: #EDF04E;
}
</style>