Shades of Paris Daisy #EDF652
Tints of Paris Daisy #EDF652
RGB
CMYK
RGB Variations
Color information
#EDF652 (or 0xEDF652) is known color: Paris Daisy. HEX triplet: ED, F6 and 52. RGB value is (237,246,82). Sum of RGB (Red+Green+Blue) = 237+246+82=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 82 (32.42% from 255 or 14.51% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF652 is #1209AD. Grayscale: #E1E1E1. Windows color (decimal): -1182126 or 5437165. OLE color: 5437165.
HSL color Cylindrical-coordinate representation of color #EDF652: hue angle of 63.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF652 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 82 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.04 |
| HSL | 63.29º | 0.9% | 0.64% | - |
| HSV(B) | 63.29º | 0.67% | 0.96% | - |
| XYZ | 69.4 | 84.53 | 20.64 | - |
| YUV | 224.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 82 | 0.04 | 0 | 0.67 | 0.04 | 63.29 | 0.9 | 0.64 |
| Hex | ED | F6 | 52 | 4 | 0 | 43 | 4 | 3F | 5A | 40 |
| Octal | 355 | 366 | 122 | 4 | 0 | 103 | 4 | 77 | 132 | 100 |
| Binary | 11101101 | 11110110 | 1010010 | 100 | 0 | 1000011 | 100 | 111111 | 1011010 | 1000000 |
Color Harmonies of #EDF652
Complementary color
Monochromatic Colors of #EDF652
Black with #EDF652
Text Example
Text Example
White with #EDF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF652; }
p { color: rgb(237,246,82); }
H1.HeaderClassName
{
color: #EDF652;
}
.AnyTagClassName
{
color: #EDF652;
}
</style>
background-color css
<style>
a { background-color: #EDF652; }
a { background-color: rgb(237,246,82); }
div.DivClassName
{
background-color: #EDF652;
}
.BgClassName
{
background-color: #EDF652;
}
</style>
border-color css
<style>
span { border-color: #EDF652; }
span { border-color: rgb(237,246,82); }
td.TdClassName
{
border-color: #EDF652;
}
.TagClassName
{
border-color: #EDF652;
}
</style>