Shades of Paris Daisy #EDF151
Tints of Paris Daisy #EDF151
RGB
CMYK
RGB Variations
Color information
#EDF151 (or 0xEDF151) is known color: Paris Daisy. HEX triplet: ED, F1 and 51. RGB value is (237,241,81). Sum of RGB (Red+Green+Blue) = 237+241+81=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 81 (32.03% from 255 or 14.49% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF151 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF151 is #120EAE. Grayscale: #DEDEDE. Windows color (decimal): -1183407 or 5370349. OLE color: 5370349.
HSL color Cylindrical-coordinate representation of color #EDF151: hue angle of 61.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF151 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 81 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.05 |
| HSL | 61.5º | 0.85% | 0.63% | - |
| HSV(B) | 61.5º | 0.66% | 0.95% | - |
| XYZ | 67.87 | 81.51 | 19.94 | - |
| YUV | 221.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 81 | 0.02 | 0 | 0.66 | 0.05 | 61.5 | 0.85 | 0.63 |
| Hex | ED | F1 | 51 | 2 | 0 | 42 | 5 | 3E | 55 | 3F |
| Octal | 355 | 361 | 121 | 2 | 0 | 102 | 5 | 76 | 125 | 77 |
| Binary | 11101101 | 11110001 | 1010001 | 10 | 0 | 1000010 | 101 | 111110 | 1010101 | 111111 |
Color Harmonies of #EDF151
Complementary color
Monochromatic Colors of #EDF151
Black with #EDF151
Text Example
Text Example
White with #EDF151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF151; }
p { color: rgb(237,241,81); }
H1.HeaderClassName
{
color: #EDF151;
}
.AnyTagClassName
{
color: #EDF151;
}
</style>
background-color css
<style>
a { background-color: #EDF151; }
a { background-color: rgb(237,241,81); }
div.DivClassName
{
background-color: #EDF151;
}
.BgClassName
{
background-color: #EDF151;
}
</style>
border-color css
<style>
span { border-color: #EDF151; }
span { border-color: rgb(237,241,81); }
td.TdClassName
{
border-color: #EDF151;
}
.TagClassName
{
border-color: #EDF151;
}
</style>