Shades of Paris Daisy #EDF04D
Tints of Paris Daisy #EDF04D
RGB
CMYK
RGB Variations
Color information
#EDF04D (or 0xEDF04D) is known color: Paris Daisy. HEX triplet: ED, F0 and 4D. RGB value is (237,240,77). Sum of RGB (Red+Green+Blue) = 237+240+77=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 77 (30.47% from 255 or 13.90% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF04D is #120FB2. Grayscale: #DDDDDD. Windows color (decimal): -1183667 or 5107949. OLE color: 5107949.
HSL color Cylindrical-coordinate representation of color #EDF04D: hue angle of 61.1º 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 #EDF04D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 77 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.06 |
| HSL | 61.1º | 0.84% | 0.62% | - |
| HSV(B) | 61.1º | 0.68% | 0.94% | - |
| XYZ | 67.42 | 80.86 | 19.08 | - |
| YUV | 220.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 77 | 0.01 | 0 | 0.68 | 0.06 | 61.1 | 0.84 | 0.62 |
| Hex | ED | F0 | 4D | 1 | 0 | 44 | 6 | 3D | 54 | 3E |
| Octal | 355 | 360 | 115 | 1 | 0 | 104 | 6 | 75 | 124 | 76 |
| Binary | 11101101 | 11110000 | 1001101 | 1 | 0 | 1000100 | 110 | 111101 | 1010100 | 111110 |
Color Harmonies of #EDF04D
Complementary color
Monochromatic Colors of #EDF04D
Black with #EDF04D
Text Example
Text Example
White with #EDF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF04D; }
p { color: rgb(237,240,77); }
H1.HeaderClassName
{
color: #EDF04D;
}
.AnyTagClassName
{
color: #EDF04D;
}
</style>
background-color css
<style>
a { background-color: #EDF04D; }
a { background-color: rgb(237,240,77); }
div.DivClassName
{
background-color: #EDF04D;
}
.BgClassName
{
background-color: #EDF04D;
}
</style>
border-color css
<style>
span { border-color: #EDF04D; }
span { border-color: rgb(237,240,77); }
td.TdClassName
{
border-color: #EDF04D;
}
.TagClassName
{
border-color: #EDF04D;
}
</style>