Shades of Paris Daisy #EDF54C
Tints of Paris Daisy #EDF54C
RGB
CMYK
RGB Variations
Color information
#EDF54C (or 0xEDF54C) is known color: Paris Daisy. HEX triplet: ED, F5 and 4C. RGB value is (237,245,76). Sum of RGB (Red+Green+Blue) = 237+245+76=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 76 (30.08% from 255 or 13.62% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF54C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF54C is #120AB3. Grayscale: #E0E0E0. Windows color (decimal): -1182388 or 5043693. OLE color: 5043693.
HSL color Cylindrical-coordinate representation of color #EDF54C: hue angle of 62.84º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDF54C is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 76 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.04 |
| HSL | 62.84º | 0.89% | 0.63% | - |
| HSV(B) | 62.84º | 0.69% | 0.96% | - |
| XYZ | 68.88 | 83.83 | 19.39 | - |
| YUV | 223.34 | 44.85 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 76 | 0.03 | 0 | 0.69 | 0.04 | 62.84 | 0.89 | 0.63 |
| Hex | ED | F5 | 4C | 3 | 0 | 45 | 4 | 3F | 59 | 3F |
| Octal | 355 | 365 | 114 | 3 | 0 | 105 | 4 | 77 | 131 | 77 |
| Binary | 11101101 | 11110101 | 1001100 | 11 | 0 | 1000101 | 100 | 111111 | 1011001 | 111111 |
Color Harmonies of #EDF54C
Complementary color
Monochromatic Colors of #EDF54C
Black with #EDF54C
Text Example
Text Example
White with #EDF54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF54C; }
p { color: rgb(237,245,76); }
H1.HeaderClassName
{
color: #EDF54C;
}
.AnyTagClassName
{
color: #EDF54C;
}
</style>
background-color css
<style>
a { background-color: #EDF54C; }
a { background-color: rgb(237,245,76); }
div.DivClassName
{
background-color: #EDF54C;
}
.BgClassName
{
background-color: #EDF54C;
}
</style>
border-color css
<style>
span { border-color: #EDF54C; }
span { border-color: rgb(237,245,76); }
td.TdClassName
{
border-color: #EDF54C;
}
.TagClassName
{
border-color: #EDF54C;
}
</style>