Shades of Paris Daisy #EDF851
Tints of Paris Daisy #EDF851
RGB
CMYK
RGB Variations
Color information
#EDF851 (or 0xEDF851) is known color: Paris Daisy. HEX triplet: ED, F8 and 51. RGB value is (237,248,81). Sum of RGB (Red+Green+Blue) = 237+248+81=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 81 (32.03% from 255 or 14.31% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF851 is #1207AE. Grayscale: #E2E2E2. Windows color (decimal): -1181615 or 5372141. OLE color: 5372141.
HSL color Cylindrical-coordinate representation of color #EDF851: hue angle of 63.95º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF851 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 81 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.03 |
| HSL | 63.95º | 0.92% | 0.65% | - |
| HSV(B) | 63.95º | 0.67% | 0.97% | - |
| XYZ | 69.98 | 85.73 | 20.64 | - |
| YUV | 225.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 81 | 0.04 | 0 | 0.67 | 0.03 | 63.95 | 0.92 | 0.65 |
| Hex | ED | F8 | 51 | 4 | 0 | 43 | 3 | 40 | 5C | 41 |
| Octal | 355 | 370 | 121 | 4 | 0 | 103 | 3 | 100 | 134 | 101 |
| Binary | 11101101 | 11111000 | 1010001 | 100 | 0 | 1000011 | 11 | 1000000 | 1011100 | 1000001 |
Color Harmonies of #EDF851
Complementary color
Monochromatic Colors of #EDF851
Black with #EDF851
Text Example
Text Example
White with #EDF851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF851; }
p { color: rgb(237,248,81); }
H1.HeaderClassName
{
color: #EDF851;
}
.AnyTagClassName
{
color: #EDF851;
}
</style>
background-color css
<style>
a { background-color: #EDF851; }
a { background-color: rgb(237,248,81); }
div.DivClassName
{
background-color: #EDF851;
}
.BgClassName
{
background-color: #EDF851;
}
</style>
border-color css
<style>
span { border-color: #EDF851; }
span { border-color: rgb(237,248,81); }
td.TdClassName
{
border-color: #EDF851;
}
.TagClassName
{
border-color: #EDF851;
}
</style>