Shades of Paris Daisy #EDF54A
Tints of Paris Daisy #EDF54A
RGB
CMYK
RGB Variations
Color information
#EDF54A (or 0xEDF54A) is known color: Paris Daisy. HEX triplet: ED, F5 and 4A. RGB value is (237,245,74). Sum of RGB (Red+Green+Blue) = 237+245+74=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF54A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF54A is #120AB5. Grayscale: #DFDFDF. Windows color (decimal): -1182390 or 4912621. OLE color: 4912621.
HSL color Cylindrical-coordinate representation of color #EDF54A: hue angle of 62.81º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF54A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 74 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.04 |
| HSL | 62.81º | 0.9% | 0.63% | - |
| HSV(B) | 62.81º | 0.7% | 0.96% | - |
| XYZ | 68.81 | 83.8 | 19.03 | - |
| YUV | 223.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 74 | 0.03 | 0 | 0.70 | 0.04 | 62.81 | 0.9 | 0.63 |
| Hex | ED | F5 | 4A | 3 | 0 | 46 | 4 | 3F | 5A | 3F |
| Octal | 355 | 365 | 112 | 3 | 0 | 106 | 4 | 77 | 132 | 77 |
| Binary | 11101101 | 11110101 | 1001010 | 11 | 0 | 1000110 | 100 | 111111 | 1011010 | 111111 |
Color Harmonies of #EDF54A
Complementary color
Monochromatic Colors of #EDF54A
Black with #EDF54A
Text Example
Text Example
White with #EDF54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF54A; }
p { color: rgb(237,245,74); }
H1.HeaderClassName
{
color: #EDF54A;
}
.AnyTagClassName
{
color: #EDF54A;
}
</style>
background-color css
<style>
a { background-color: #EDF54A; }
a { background-color: rgb(237,245,74); }
div.DivClassName
{
background-color: #EDF54A;
}
.BgClassName
{
background-color: #EDF54A;
}
</style>
border-color css
<style>
span { border-color: #EDF54A; }
span { border-color: rgb(237,245,74); }
td.TdClassName
{
border-color: #EDF54A;
}
.TagClassName
{
border-color: #EDF54A;
}
</style>