Shades of Paris Daisy #EDF653
Tints of Paris Daisy #EDF653
RGB
CMYK
RGB Variations
Color information
#EDF653 (or 0xEDF653) is known color: Paris Daisy. HEX triplet: ED, F6 and 53. RGB value is (237,246,83). Sum of RGB (Red+Green+Blue) = 237+246+83=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 83 (32.81% from 255 or 14.66% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF653 is #1209AC. Grayscale: #E1E1E1. Windows color (decimal): -1182125 or 5502701. OLE color: 5502701.
HSL color Cylindrical-coordinate representation of color #EDF653: hue angle of 63.31º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF653 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 83 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.04 |
| HSL | 63.31º | 0.9% | 0.65% | - |
| HSV(B) | 63.31º | 0.66% | 0.96% | - |
| XYZ | 69.44 | 84.54 | 20.84 | - |
| YUV | 224.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 83 | 0.04 | 0 | 0.66 | 0.04 | 63.31 | 0.9 | 0.65 |
| Hex | ED | F6 | 53 | 4 | 0 | 42 | 4 | 3F | 5A | 41 |
| Octal | 355 | 366 | 123 | 4 | 0 | 102 | 4 | 77 | 132 | 101 |
| Binary | 11101101 | 11110110 | 1010011 | 100 | 0 | 1000010 | 100 | 111111 | 1011010 | 1000001 |
Color Harmonies of #EDF653
Complementary color
Monochromatic Colors of #EDF653
Black with #EDF653
Text Example
Text Example
White with #EDF653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF653; }
p { color: rgb(237,246,83); }
H1.HeaderClassName
{
color: #EDF653;
}
.AnyTagClassName
{
color: #EDF653;
}
</style>
background-color css
<style>
a { background-color: #EDF653; }
a { background-color: rgb(237,246,83); }
div.DivClassName
{
background-color: #EDF653;
}
.BgClassName
{
background-color: #EDF653;
}
</style>
border-color css
<style>
span { border-color: #EDF653; }
span { border-color: rgb(237,246,83); }
td.TdClassName
{
border-color: #EDF653;
}
.TagClassName
{
border-color: #EDF653;
}
</style>