Shades of Paris Daisy #EDF840
Tints of Paris Daisy #EDF840
RGB
CMYK
RGB Variations
Color information
#EDF840 (or 0xEDF840) is known color: Paris Daisy. HEX triplet: ED, F8 and 40. RGB value is (237,248,64). Sum of RGB (Red+Green+Blue) = 237+248+64=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 64 (25.39% from 255 or 11.66% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF840 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF840 is #1207BF. Grayscale: #E0E0E0. Windows color (decimal): -1181632 or 4258029. OLE color: 4258029.
HSL color Cylindrical-coordinate representation of color #EDF840: hue angle of 63.59º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDF840 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 64 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.03 |
| HSL | 63.59º | 0.93% | 0.61% | - |
| HSV(B) | 63.59º | 0.74% | 0.97% | - |
| XYZ | 69.42 | 85.51 | 17.7 | - |
| YUV | 223.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 64 | 0.04 | 0 | 0.74 | 0.03 | 63.59 | 0.93 | 0.61 |
| Hex | ED | F8 | 40 | 4 | 0 | 4A | 3 | 40 | 5D | 3D |
| Octal | 355 | 370 | 100 | 4 | 0 | 112 | 3 | 100 | 135 | 75 |
| Binary | 11101101 | 11111000 | 1000000 | 100 | 0 | 1001010 | 11 | 1000000 | 1011101 | 111101 |
Color Harmonies of #EDF840
Complementary color
Monochromatic Colors of #EDF840
Black with #EDF840
Text Example
Text Example
White with #EDF840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF840; }
p { color: rgb(237,248,64); }
H1.HeaderClassName
{
color: #EDF840;
}
.AnyTagClassName
{
color: #EDF840;
}
</style>
background-color css
<style>
a { background-color: #EDF840; }
a { background-color: rgb(237,248,64); }
div.DivClassName
{
background-color: #EDF840;
}
.BgClassName
{
background-color: #EDF840;
}
</style>
border-color css
<style>
span { border-color: #EDF840; }
span { border-color: rgb(237,248,64); }
td.TdClassName
{
border-color: #EDF840;
}
.TagClassName
{
border-color: #EDF840;
}
</style>