Shades of Paris Daisy #EDF451
Tints of Paris Daisy #EDF451
RGB
CMYK
RGB Variations
Color information
#EDF451 (or 0xEDF451) is known color: Paris Daisy. HEX triplet: ED, F4 and 51. RGB value is (237,244,81). Sum of RGB (Red+Green+Blue) = 237+244+81=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 81 (32.03% from 255 or 14.41% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF451 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF451 is #120BAE. Grayscale: #DFDFDF. Windows color (decimal): -1182639 or 5371117. OLE color: 5371117.
HSL color Cylindrical-coordinate representation of color #EDF451: hue angle of 62.58º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF451 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 81 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.04 |
| HSL | 62.58º | 0.88% | 0.64% | - |
| HSV(B) | 62.58º | 0.67% | 0.96% | - |
| XYZ | 68.76 | 83.3 | 20.24 | - |
| YUV | 223.33 | 47.68 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 81 | 0.03 | 0 | 0.67 | 0.04 | 62.58 | 0.88 | 0.64 |
| Hex | ED | F4 | 51 | 3 | 0 | 43 | 4 | 3F | 58 | 40 |
| Octal | 355 | 364 | 121 | 3 | 0 | 103 | 4 | 77 | 130 | 100 |
| Binary | 11101101 | 11110100 | 1010001 | 11 | 0 | 1000011 | 100 | 111111 | 1011000 | 1000000 |
Color Harmonies of #EDF451
Complementary color
Monochromatic Colors of #EDF451
Black with #EDF451
Text Example
Text Example
White with #EDF451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF451; }
p { color: rgb(237,244,81); }
H1.HeaderClassName
{
color: #EDF451;
}
.AnyTagClassName
{
color: #EDF451;
}
</style>
background-color css
<style>
a { background-color: #EDF451; }
a { background-color: rgb(237,244,81); }
div.DivClassName
{
background-color: #EDF451;
}
.BgClassName
{
background-color: #EDF451;
}
</style>
border-color css
<style>
span { border-color: #EDF451; }
span { border-color: rgb(237,244,81); }
td.TdClassName
{
border-color: #EDF451;
}
.TagClassName
{
border-color: #EDF451;
}
</style>