Shades of Paris Daisy #EDF951
Tints of Paris Daisy #EDF951
RGB
CMYK
RGB Variations
Color information
#EDF951 (or 0xEDF951) is known color: Paris Daisy. HEX triplet: ED, F9 and 51. RGB value is (237,249,81). Sum of RGB (Red+Green+Blue) = 237+249+81=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 81 (32.03% from 255 or 14.29% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF951 is #1206AE. Grayscale: #E2E2E2. Windows color (decimal): -1181359 or 5372397. OLE color: 5372397.
HSL color Cylindrical-coordinate representation of color #EDF951: hue angle of 64.29º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF951 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 81 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.02 |
| HSL | 64.29º | 0.93% | 0.65% | - |
| HSV(B) | 64.29º | 0.67% | 0.98% | - |
| XYZ | 70.29 | 86.35 | 20.75 | - |
| YUV | 226.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 81 | 0.05 | 0 | 0.67 | 0.02 | 64.29 | 0.93 | 0.65 |
| Hex | ED | F9 | 51 | 5 | 0 | 43 | 2 | 40 | 5D | 41 |
| Octal | 355 | 371 | 121 | 5 | 0 | 103 | 2 | 100 | 135 | 101 |
| Binary | 11101101 | 11111001 | 1010001 | 101 | 0 | 1000011 | 10 | 1000000 | 1011101 | 1000001 |
Color Harmonies of #EDF951
Complementary color
Monochromatic Colors of #EDF951
Black with #EDF951
Text Example
Text Example
White with #EDF951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF951; }
p { color: rgb(237,249,81); }
H1.HeaderClassName
{
color: #EDF951;
}
.AnyTagClassName
{
color: #EDF951;
}
</style>
background-color css
<style>
a { background-color: #EDF951; }
a { background-color: rgb(237,249,81); }
div.DivClassName
{
background-color: #EDF951;
}
.BgClassName
{
background-color: #EDF951;
}
</style>
border-color css
<style>
span { border-color: #EDF951; }
span { border-color: rgb(237,249,81); }
td.TdClassName
{
border-color: #EDF951;
}
.TagClassName
{
border-color: #EDF951;
}
</style>