Shades of Paris Daisy #EDF351
Tints of Paris Daisy #EDF351
RGB
CMYK
RGB Variations
Color information
#EDF351 (or 0xEDF351) is known color: Paris Daisy. HEX triplet: ED, F3 and 51. RGB value is (237,243,81). Sum of RGB (Red+Green+Blue) = 237+243+81=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 81 (32.03% from 255 or 14.44% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF351 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF351 is #120CAE. Grayscale: #DFDFDF. Windows color (decimal): -1182895 or 5370861. OLE color: 5370861.
HSL color Cylindrical-coordinate representation of color #EDF351: hue angle of 62.22º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF351 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 81 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.05 |
| HSL | 62.22º | 0.87% | 0.64% | - |
| HSV(B) | 62.22º | 0.67% | 0.95% | - |
| XYZ | 68.46 | 82.7 | 20.14 | - |
| YUV | 222.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 81 | 0.02 | 0 | 0.67 | 0.05 | 62.22 | 0.87 | 0.64 |
| Hex | ED | F3 | 51 | 2 | 0 | 43 | 5 | 3E | 57 | 40 |
| Octal | 355 | 363 | 121 | 2 | 0 | 103 | 5 | 76 | 127 | 100 |
| Binary | 11101101 | 11110011 | 1010001 | 10 | 0 | 1000011 | 101 | 111110 | 1010111 | 1000000 |
Color Harmonies of #EDF351
Complementary color
Monochromatic Colors of #EDF351
Black with #EDF351
Text Example
Text Example
White with #EDF351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF351; }
p { color: rgb(237,243,81); }
H1.HeaderClassName
{
color: #EDF351;
}
.AnyTagClassName
{
color: #EDF351;
}
</style>
background-color css
<style>
a { background-color: #EDF351; }
a { background-color: rgb(237,243,81); }
div.DivClassName
{
background-color: #EDF351;
}
.BgClassName
{
background-color: #EDF351;
}
</style>
border-color css
<style>
span { border-color: #EDF351; }
span { border-color: rgb(237,243,81); }
td.TdClassName
{
border-color: #EDF351;
}
.TagClassName
{
border-color: #EDF351;
}
</style>