Shades of Paris Daisy #EDF253
Tints of Paris Daisy #EDF253
RGB
CMYK
RGB Variations
Color information
#EDF253 (or 0xEDF253) is known color: Paris Daisy. HEX triplet: ED, F2 and 53. RGB value is (237,242,83). Sum of RGB (Red+Green+Blue) = 237+242+83=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 83 (32.81% from 255 or 14.77% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF253 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF253 is #120DAC. Grayscale: #DFDFDF. Windows color (decimal): -1183149 or 5501677. OLE color: 5501677.
HSL color Cylindrical-coordinate representation of color #EDF253: hue angle of 61.89º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF253 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 83 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.05 |
| HSL | 61.89º | 0.86% | 0.64% | - |
| HSV(B) | 61.89º | 0.66% | 0.95% | - |
| XYZ | 68.24 | 82.13 | 20.44 | - |
| YUV | 222.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 83 | 0.02 | 0 | 0.66 | 0.05 | 61.89 | 0.86 | 0.64 |
| Hex | ED | F2 | 53 | 2 | 0 | 42 | 5 | 3E | 56 | 40 |
| Octal | 355 | 362 | 123 | 2 | 0 | 102 | 5 | 76 | 126 | 100 |
| Binary | 11101101 | 11110010 | 1010011 | 10 | 0 | 1000010 | 101 | 111110 | 1010110 | 1000000 |
Color Harmonies of #EDF253
Complementary color
Monochromatic Colors of #EDF253
Black with #EDF253
Text Example
Text Example
White with #EDF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF253; }
p { color: rgb(237,242,83); }
H1.HeaderClassName
{
color: #EDF253;
}
.AnyTagClassName
{
color: #EDF253;
}
</style>
background-color css
<style>
a { background-color: #EDF253; }
a { background-color: rgb(237,242,83); }
div.DivClassName
{
background-color: #EDF253;
}
.BgClassName
{
background-color: #EDF253;
}
</style>
border-color css
<style>
span { border-color: #EDF253; }
span { border-color: rgb(237,242,83); }
td.TdClassName
{
border-color: #EDF253;
}
.TagClassName
{
border-color: #EDF253;
}
</style>