Shades of Paris Daisy #EDF355
Tints of Paris Daisy #EDF355
RGB
CMYK
RGB Variations
Color information
#EDF355 (or 0xEDF355) is known color: Paris Daisy. HEX triplet: ED, F3 and 55. RGB value is (237,243,85). Sum of RGB (Red+Green+Blue) = 237+243+85=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 85 (33.59% from 255 or 15.04% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF355 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF355 is #120CAA. Grayscale: #DFDFDF. Windows color (decimal): -1182891 or 5633005. OLE color: 5633005.
HSL color Cylindrical-coordinate representation of color #EDF355: hue angle of 62.28º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDF355 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 85 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.05 |
| HSL | 62.28º | 0.87% | 0.64% | - |
| HSV(B) | 62.28º | 0.65% | 0.95% | - |
| XYZ | 68.62 | 82.76 | 20.95 | - |
| YUV | 223.19 | 50.01 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 85 | 0.02 | 0 | 0.65 | 0.05 | 62.28 | 0.87 | 0.64 |
| Hex | ED | F3 | 55 | 2 | 0 | 41 | 5 | 3E | 57 | 40 |
| Octal | 355 | 363 | 125 | 2 | 0 | 101 | 5 | 76 | 127 | 100 |
| Binary | 11101101 | 11110011 | 1010101 | 10 | 0 | 1000001 | 101 | 111110 | 1010111 | 1000000 |
Color Harmonies of #EDF355
Complementary color
Monochromatic Colors of #EDF355
Black with #EDF355
Text Example
Text Example
White with #EDF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF355; }
p { color: rgb(237,243,85); }
H1.HeaderClassName
{
color: #EDF355;
}
.AnyTagClassName
{
color: #EDF355;
}
</style>
background-color css
<style>
a { background-color: #EDF355; }
a { background-color: rgb(237,243,85); }
div.DivClassName
{
background-color: #EDF355;
}
.BgClassName
{
background-color: #EDF355;
}
</style>
border-color css
<style>
span { border-color: #EDF355; }
span { border-color: rgb(237,243,85); }
td.TdClassName
{
border-color: #EDF355;
}
.TagClassName
{
border-color: #EDF355;
}
</style>