Shades of Paris Daisy #EDF949
Tints of Paris Daisy #EDF949
RGB
CMYK
RGB Variations
Color information
#EDF949 (or 0xEDF949) is known color: Paris Daisy. HEX triplet: ED, F9 and 49. RGB value is (237,249,73). Sum of RGB (Red+Green+Blue) = 237+249+73=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 73 (28.91% from 255 or 13.06% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF949 is #1206B6. Grayscale: #E2E2E2. Windows color (decimal): -1181367 or 4848109. OLE color: 4848109.
HSL color Cylindrical-coordinate representation of color #EDF949: hue angle of 64.09º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDF949 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 73 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.02 |
| HSL | 64.09º | 0.94% | 0.63% | - |
| HSV(B) | 64.09º | 0.71% | 0.98% | - |
| XYZ | 70 | 86.24 | 19.26 | - |
| YUV | 225.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 73 | 0.05 | 0 | 0.71 | 0.02 | 64.09 | 0.94 | 0.63 |
| Hex | ED | F9 | 49 | 5 | 0 | 47 | 2 | 40 | 5E | 3F |
| Octal | 355 | 371 | 111 | 5 | 0 | 107 | 2 | 100 | 136 | 77 |
| Binary | 11101101 | 11111001 | 1001001 | 101 | 0 | 1000111 | 10 | 1000000 | 1011110 | 111111 |
Color Harmonies of #EDF949
Complementary color
Monochromatic Colors of #EDF949
Black with #EDF949
Text Example
Text Example
White with #EDF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF949; }
p { color: rgb(237,249,73); }
H1.HeaderClassName
{
color: #EDF949;
}
.AnyTagClassName
{
color: #EDF949;
}
</style>
background-color css
<style>
a { background-color: #EDF949; }
a { background-color: rgb(237,249,73); }
div.DivClassName
{
background-color: #EDF949;
}
.BgClassName
{
background-color: #EDF949;
}
</style>
border-color css
<style>
span { border-color: #EDF949; }
span { border-color: rgb(237,249,73); }
td.TdClassName
{
border-color: #EDF949;
}
.TagClassName
{
border-color: #EDF949;
}
</style>