Shades of Paris Daisy #EDF946
Tints of Paris Daisy #EDF946
RGB
CMYK
RGB Variations
Color information
#EDF946 (or 0xEDF946) is known color: Paris Daisy. HEX triplet: ED, F9 and 46. RGB value is (237,249,70). Sum of RGB (Red+Green+Blue) = 237+249+70=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 70 (27.73% from 255 or 12.59% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF946 is #1206B9. Grayscale: #E1E1E1. Windows color (decimal): -1181370 or 4651501. OLE color: 4651501.
HSL color Cylindrical-coordinate representation of color #EDF946: hue angle of 64.02º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDF946 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 70 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.02 |
| HSL | 64.02º | 0.94% | 0.63% | - |
| HSV(B) | 64.02º | 0.72% | 0.98% | - |
| XYZ | 69.91 | 86.2 | 18.75 | - |
| YUV | 225.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 70 | 0.05 | 0 | 0.72 | 0.02 | 64.02 | 0.94 | 0.63 |
| Hex | ED | F9 | 46 | 5 | 0 | 48 | 2 | 40 | 5E | 3F |
| Octal | 355 | 371 | 106 | 5 | 0 | 110 | 2 | 100 | 136 | 77 |
| Binary | 11101101 | 11111001 | 1000110 | 101 | 0 | 1001000 | 10 | 1000000 | 1011110 | 111111 |
Color Harmonies of #EDF946
Complementary color
Monochromatic Colors of #EDF946
Black with #EDF946
Text Example
Text Example
White with #EDF946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF946; }
p { color: rgb(237,249,70); }
H1.HeaderClassName
{
color: #EDF946;
}
.AnyTagClassName
{
color: #EDF946;
}
</style>
background-color css
<style>
a { background-color: #EDF946; }
a { background-color: rgb(237,249,70); }
div.DivClassName
{
background-color: #EDF946;
}
.BgClassName
{
background-color: #EDF946;
}
</style>
border-color css
<style>
span { border-color: #EDF946; }
span { border-color: rgb(237,249,70); }
td.TdClassName
{
border-color: #EDF946;
}
.TagClassName
{
border-color: #EDF946;
}
</style>