Shades of Paris Daisy #EDF84E
Tints of Paris Daisy #EDF84E
RGB
CMYK
RGB Variations
Color information
#EDF84E (or 0xEDF84E) is known color: Paris Daisy. HEX triplet: ED, F8 and 4E. RGB value is (237,248,78). Sum of RGB (Red+Green+Blue) = 237+248+78=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 78 (30.86% from 255 or 13.85% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF84E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF84E is #1207B1. Grayscale: #E2E2E2. Windows color (decimal): -1181618 or 5175533. OLE color: 5175533.
HSL color Cylindrical-coordinate representation of color #EDF84E: hue angle of 63.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDF84E is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 78 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.03 |
| HSL | 63.88º | 0.92% | 0.64% | - |
| HSV(B) | 63.88º | 0.69% | 0.97% | - |
| XYZ | 69.87 | 85.69 | 20.07 | - |
| YUV | 225.33 | 44.86 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 78 | 0.04 | 0 | 0.69 | 0.03 | 63.88 | 0.92 | 0.64 |
| Hex | ED | F8 | 4E | 4 | 0 | 45 | 3 | 40 | 5C | 40 |
| Octal | 355 | 370 | 116 | 4 | 0 | 105 | 3 | 100 | 134 | 100 |
| Binary | 11101101 | 11111000 | 1001110 | 100 | 0 | 1000101 | 11 | 1000000 | 1011100 | 1000000 |
Color Harmonies of #EDF84E
Complementary color
Monochromatic Colors of #EDF84E
Black with #EDF84E
Text Example
Text Example
White with #EDF84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF84E; }
p { color: rgb(237,248,78); }
H1.HeaderClassName
{
color: #EDF84E;
}
.AnyTagClassName
{
color: #EDF84E;
}
</style>
background-color css
<style>
a { background-color: #EDF84E; }
a { background-color: rgb(237,248,78); }
div.DivClassName
{
background-color: #EDF84E;
}
.BgClassName
{
background-color: #EDF84E;
}
</style>
border-color css
<style>
span { border-color: #EDF84E; }
span { border-color: rgb(237,248,78); }
td.TdClassName
{
border-color: #EDF84E;
}
.TagClassName
{
border-color: #EDF84E;
}
</style>