Shades of Paris Daisy #EDF452
Tints of Paris Daisy #EDF452
RGB
CMYK
RGB Variations
Color information
#EDF452 (or 0xEDF452) is known color: Paris Daisy. HEX triplet: ED, F4 and 52. RGB value is (237,244,82). Sum of RGB (Red+Green+Blue) = 237+244+82=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 82 (32.42% from 255 or 14.56% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF452 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF452 is #120BAD. Grayscale: #E0E0E0. Windows color (decimal): -1182638 or 5436653. OLE color: 5436653.
HSL color Cylindrical-coordinate representation of color #EDF452: hue angle of 62.59º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF452 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 82 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.04 |
| HSL | 62.59º | 0.88% | 0.64% | - |
| HSV(B) | 62.59º | 0.66% | 0.96% | - |
| XYZ | 68.8 | 83.32 | 20.44 | - |
| YUV | 223.44 | 48.18 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 82 | 0.03 | 0 | 0.66 | 0.04 | 62.59 | 0.88 | 0.64 |
| Hex | ED | F4 | 52 | 3 | 0 | 42 | 4 | 3F | 58 | 40 |
| Octal | 355 | 364 | 122 | 3 | 0 | 102 | 4 | 77 | 130 | 100 |
| Binary | 11101101 | 11110100 | 1010010 | 11 | 0 | 1000010 | 100 | 111111 | 1011000 | 1000000 |
Color Harmonies of #EDF452
Complementary color
Monochromatic Colors of #EDF452
Black with #EDF452
Text Example
Text Example
White with #EDF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF452; }
p { color: rgb(237,244,82); }
H1.HeaderClassName
{
color: #EDF452;
}
.AnyTagClassName
{
color: #EDF452;
}
</style>
background-color css
<style>
a { background-color: #EDF452; }
a { background-color: rgb(237,244,82); }
div.DivClassName
{
background-color: #EDF452;
}
.BgClassName
{
background-color: #EDF452;
}
</style>
border-color css
<style>
span { border-color: #EDF452; }
span { border-color: rgb(237,244,82); }
td.TdClassName
{
border-color: #EDF452;
}
.TagClassName
{
border-color: #EDF452;
}
</style>