Shades of Paris Daisy #EDF94D
Tints of Paris Daisy #EDF94D
RGB
CMYK
RGB Variations
Color information
#EDF94D (or 0xEDF94D) is known color: Paris Daisy. HEX triplet: ED, F9 and 4D. RGB value is (237,249,77). Sum of RGB (Red+Green+Blue) = 237+249+77=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 77 (30.47% from 255 or 13.68% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF94D is #1206B2. Grayscale: #E2E2E2. Windows color (decimal): -1181363 or 5110253. OLE color: 5110253.
HSL color Cylindrical-coordinate representation of color #EDF94D: hue angle of 64.19º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDF94D is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 77 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.02 |
| HSL | 64.19º | 0.93% | 0.64% | - |
| HSV(B) | 64.19º | 0.69% | 0.98% | - |
| XYZ | 70.14 | 86.29 | 19.98 | - |
| YUV | 225.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 77 | 0.05 | 0 | 0.69 | 0.02 | 64.19 | 0.93 | 0.64 |
| Hex | ED | F9 | 4D | 5 | 0 | 45 | 2 | 40 | 5D | 40 |
| Octal | 355 | 371 | 115 | 5 | 0 | 105 | 2 | 100 | 135 | 100 |
| Binary | 11101101 | 11111001 | 1001101 | 101 | 0 | 1000101 | 10 | 1000000 | 1011101 | 1000000 |
Color Harmonies of #EDF94D
Complementary color
Monochromatic Colors of #EDF94D
Black with #EDF94D
Text Example
Text Example
White with #EDF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF94D; }
p { color: rgb(237,249,77); }
H1.HeaderClassName
{
color: #EDF94D;
}
.AnyTagClassName
{
color: #EDF94D;
}
</style>
background-color css
<style>
a { background-color: #EDF94D; }
a { background-color: rgb(237,249,77); }
div.DivClassName
{
background-color: #EDF94D;
}
.BgClassName
{
background-color: #EDF94D;
}
</style>
border-color css
<style>
span { border-color: #EDF94D; }
span { border-color: rgb(237,249,77); }
td.TdClassName
{
border-color: #EDF94D;
}
.TagClassName
{
border-color: #EDF94D;
}
</style>