Shades of Paris Daisy #EDF445
Tints of Paris Daisy #EDF445
RGB
CMYK
RGB Variations
Color information
#EDF445 (or 0xEDF445) is known color: Paris Daisy. HEX triplet: ED, F4 and 45. RGB value is (237,244,69). Sum of RGB (Red+Green+Blue) = 237+244+69=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 69 (27.34% from 255 or 12.55% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF445 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF445 is #120BBA. Grayscale: #DEDEDE. Windows color (decimal): -1182651 or 4584685. OLE color: 4584685.
HSL color Cylindrical-coordinate representation of color #EDF445: hue angle of 62.4º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDF445 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 69 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.04 |
| HSL | 62.4º | 0.89% | 0.61% | - |
| HSV(B) | 62.4º | 0.72% | 0.96% | - |
| XYZ | 68.35 | 83.14 | 18.07 | - |
| YUV | 221.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 69 | 0.03 | 0 | 0.72 | 0.04 | 62.4 | 0.89 | 0.61 |
| Hex | ED | F4 | 45 | 3 | 0 | 48 | 4 | 3E | 59 | 3D |
| Octal | 355 | 364 | 105 | 3 | 0 | 110 | 4 | 76 | 131 | 75 |
| Binary | 11101101 | 11110100 | 1000101 | 11 | 0 | 1001000 | 100 | 111110 | 1011001 | 111101 |
Color Harmonies of #EDF445
Complementary color
Monochromatic Colors of #EDF445
Black with #EDF445
Text Example
Text Example
White with #EDF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF445; }
p { color: rgb(237,244,69); }
H1.HeaderClassName
{
color: #EDF445;
}
.AnyTagClassName
{
color: #EDF445;
}
</style>
background-color css
<style>
a { background-color: #EDF445; }
a { background-color: rgb(237,244,69); }
div.DivClassName
{
background-color: #EDF445;
}
.BgClassName
{
background-color: #EDF445;
}
</style>
border-color css
<style>
span { border-color: #EDF445; }
span { border-color: rgb(237,244,69); }
td.TdClassName
{
border-color: #EDF445;
}
.TagClassName
{
border-color: #EDF445;
}
</style>