Shades of Paris Daisy #EDF052
Tints of Paris Daisy #EDF052
RGB
CMYK
RGB Variations
Color information
#EDF052 (or 0xEDF052) is known color: Paris Daisy. HEX triplet: ED, F0 and 52. RGB value is (237,240,82). Sum of RGB (Red+Green+Blue) = 237+240+82=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 82 (32.42% from 255 or 14.67% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF052 is #120FAD. Grayscale: #DDDDDD. Windows color (decimal): -1183662 or 5435629. OLE color: 5435629.
HSL color Cylindrical-coordinate representation of color #EDF052: hue angle of 61.14º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF052 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 82 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.06 |
| HSL | 61.14º | 0.84% | 0.63% | - |
| HSV(B) | 61.14º | 0.66% | 0.94% | - |
| XYZ | 67.61 | 80.93 | 20.04 | - |
| YUV | 221.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 82 | 0.01 | 0 | 0.66 | 0.06 | 61.14 | 0.84 | 0.63 |
| Hex | ED | F0 | 52 | 1 | 0 | 42 | 6 | 3D | 54 | 3F |
| Octal | 355 | 360 | 122 | 1 | 0 | 102 | 6 | 75 | 124 | 77 |
| Binary | 11101101 | 11110000 | 1010010 | 1 | 0 | 1000010 | 110 | 111101 | 1010100 | 111111 |
Color Harmonies of #EDF052
Complementary color
Monochromatic Colors of #EDF052
Black with #EDF052
Text Example
Text Example
White with #EDF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF052; }
p { color: rgb(237,240,82); }
H1.HeaderClassName
{
color: #EDF052;
}
.AnyTagClassName
{
color: #EDF052;
}
</style>
background-color css
<style>
a { background-color: #EDF052; }
a { background-color: rgb(237,240,82); }
div.DivClassName
{
background-color: #EDF052;
}
.BgClassName
{
background-color: #EDF052;
}
</style>
border-color css
<style>
span { border-color: #EDF052; }
span { border-color: rgb(237,240,82); }
td.TdClassName
{
border-color: #EDF052;
}
.TagClassName
{
border-color: #EDF052;
}
</style>