Shades of Paris Daisy #EDF047
Tints of Paris Daisy #EDF047
RGB
CMYK
RGB Variations
Color information
#EDF047 (or 0xEDF047) is known color: Paris Daisy. HEX triplet: ED, F0 and 47. RGB value is (237,240,71). Sum of RGB (Red+Green+Blue) = 237+240+71=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 71 (28.12% from 255 or 12.96% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF047 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF047 is #120FB8. Grayscale: #DCDCDC. Windows color (decimal): -1183673 or 4714733. OLE color: 4714733.
HSL color Cylindrical-coordinate representation of color #EDF047: hue angle of 61.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF047 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 71 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.06 |
| HSL | 61.07º | 0.85% | 0.61% | - |
| HSV(B) | 61.07º | 0.7% | 0.94% | - |
| XYZ | 67.22 | 80.78 | 18.01 | - |
| YUV | 219.84 | 44.01 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 71 | 0.01 | 0 | 0.70 | 0.06 | 61.07 | 0.85 | 0.61 |
| Hex | ED | F0 | 47 | 1 | 0 | 46 | 6 | 3D | 55 | 3D |
| Octal | 355 | 360 | 107 | 1 | 0 | 106 | 6 | 75 | 125 | 75 |
| Binary | 11101101 | 11110000 | 1000111 | 1 | 0 | 1000110 | 110 | 111101 | 1010101 | 111101 |
Color Harmonies of #EDF047
Complementary color
Monochromatic Colors of #EDF047
Black with #EDF047
Text Example
Text Example
White with #EDF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF047; }
p { color: rgb(237,240,71); }
H1.HeaderClassName
{
color: #EDF047;
}
.AnyTagClassName
{
color: #EDF047;
}
</style>
background-color css
<style>
a { background-color: #EDF047; }
a { background-color: rgb(237,240,71); }
div.DivClassName
{
background-color: #EDF047;
}
.BgClassName
{
background-color: #EDF047;
}
</style>
border-color css
<style>
span { border-color: #EDF047; }
span { border-color: rgb(237,240,71); }
td.TdClassName
{
border-color: #EDF047;
}
.TagClassName
{
border-color: #EDF047;
}
</style>