Shades of Paris Daisy #EDF640
Tints of Paris Daisy #EDF640
RGB
CMYK
RGB Variations
Color information
#EDF640 (or 0xEDF640) is known color: Paris Daisy. HEX triplet: ED, F6 and 40. RGB value is (237,246,64). Sum of RGB (Red+Green+Blue) = 237+246+64=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 64 (25.39% from 255 or 11.70% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF640 is #1209BF. Grayscale: #DFDFDF. Windows color (decimal): -1182144 or 4257517. OLE color: 4257517.
HSL color Cylindrical-coordinate representation of color #EDF640: hue angle of 62.97º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDF640 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 64 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.04 |
| HSL | 62.97º | 0.91% | 0.61% | - |
| HSV(B) | 62.97º | 0.74% | 0.96% | - |
| XYZ | 68.81 | 84.29 | 17.49 | - |
| YUV | 222.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 64 | 0.04 | 0 | 0.74 | 0.04 | 62.97 | 0.91 | 0.61 |
| Hex | ED | F6 | 40 | 4 | 0 | 4A | 4 | 3F | 5B | 3D |
| Octal | 355 | 366 | 100 | 4 | 0 | 112 | 4 | 77 | 133 | 75 |
| Binary | 11101101 | 11110110 | 1000000 | 100 | 0 | 1001010 | 100 | 111111 | 1011011 | 111101 |
Color Harmonies of #EDF640
Complementary color
Monochromatic Colors of #EDF640
Black with #EDF640
Text Example
Text Example
White with #EDF640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF640; }
p { color: rgb(237,246,64); }
H1.HeaderClassName
{
color: #EDF640;
}
.AnyTagClassName
{
color: #EDF640;
}
</style>
background-color css
<style>
a { background-color: #EDF640; }
a { background-color: rgb(237,246,64); }
div.DivClassName
{
background-color: #EDF640;
}
.BgClassName
{
background-color: #EDF640;
}
</style>
border-color css
<style>
span { border-color: #EDF640; }
span { border-color: rgb(237,246,64); }
td.TdClassName
{
border-color: #EDF640;
}
.TagClassName
{
border-color: #EDF640;
}
</style>