Shades of Paris Daisy #EDF650
Tints of Paris Daisy #EDF650
RGB
CMYK
RGB Variations
Color information
#EDF650 (or 0xEDF650) is known color: Paris Daisy. HEX triplet: ED, F6 and 50. RGB value is (237,246,80). Sum of RGB (Red+Green+Blue) = 237+246+80=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 80 (31.64% from 255 or 14.21% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF650 is #1209AF. Grayscale: #E1E1E1. Windows color (decimal): -1182128 or 5306093. OLE color: 5306093.
HSL color Cylindrical-coordinate representation of color #EDF650: hue angle of 63.25º degrees, saturation: 0.9, 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 #EDF650 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 80 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.04 |
| HSL | 63.25º | 0.9% | 0.64% | - |
| HSV(B) | 63.25º | 0.67% | 0.96% | - |
| XYZ | 69.33 | 84.5 | 20.24 | - |
| YUV | 224.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 80 | 0.04 | 0 | 0.67 | 0.04 | 63.25 | 0.9 | 0.64 |
| Hex | ED | F6 | 50 | 4 | 0 | 43 | 4 | 3F | 5A | 40 |
| Octal | 355 | 366 | 120 | 4 | 0 | 103 | 4 | 77 | 132 | 100 |
| Binary | 11101101 | 11110110 | 1010000 | 100 | 0 | 1000011 | 100 | 111111 | 1011010 | 1000000 |
Color Harmonies of #EDF650
Complementary color
Monochromatic Colors of #EDF650
Black with #EDF650
Text Example
Text Example
White with #EDF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF650; }
p { color: rgb(237,246,80); }
H1.HeaderClassName
{
color: #EDF650;
}
.AnyTagClassName
{
color: #EDF650;
}
</style>
background-color css
<style>
a { background-color: #EDF650; }
a { background-color: rgb(237,246,80); }
div.DivClassName
{
background-color: #EDF650;
}
.BgClassName
{
background-color: #EDF650;
}
</style>
border-color css
<style>
span { border-color: #EDF650; }
span { border-color: rgb(237,246,80); }
td.TdClassName
{
border-color: #EDF650;
}
.TagClassName
{
border-color: #EDF650;
}
</style>