Shades of Paris Daisy #EDF346
Tints of Paris Daisy #EDF346
RGB
CMYK
RGB Variations
Color information
#EDF346 (or 0xEDF346) is known color: Paris Daisy. HEX triplet: ED, F3 and 46. RGB value is (237,243,70). Sum of RGB (Red+Green+Blue) = 237+243+70=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 70 (27.73% from 255 or 12.73% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF346 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF346 is #120CB9. Grayscale: #DEDEDE. Windows color (decimal): -1182906 or 4649965. OLE color: 4649965.
HSL color Cylindrical-coordinate representation of color #EDF346: hue angle of 62.08º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDF346 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 70 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.05 |
| HSL | 62.08º | 0.88% | 0.61% | - |
| HSV(B) | 62.08º | 0.71% | 0.95% | - |
| XYZ | 68.08 | 82.55 | 18.14 | - |
| YUV | 221.48 | 42.51 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 70 | 0.02 | 0 | 0.71 | 0.05 | 62.08 | 0.88 | 0.61 |
| Hex | ED | F3 | 46 | 2 | 0 | 47 | 5 | 3E | 58 | 3D |
| Octal | 355 | 363 | 106 | 2 | 0 | 107 | 5 | 76 | 130 | 75 |
| Binary | 11101101 | 11110011 | 1000110 | 10 | 0 | 1000111 | 101 | 111110 | 1011000 | 111101 |
Color Harmonies of #EDF346
Complementary color
Monochromatic Colors of #EDF346
Black with #EDF346
Text Example
Text Example
White with #EDF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF346; }
p { color: rgb(237,243,70); }
H1.HeaderClassName
{
color: #EDF346;
}
.AnyTagClassName
{
color: #EDF346;
}
</style>
background-color css
<style>
a { background-color: #EDF346; }
a { background-color: rgb(237,243,70); }
div.DivClassName
{
background-color: #EDF346;
}
.BgClassName
{
background-color: #EDF346;
}
</style>
border-color css
<style>
span { border-color: #EDF346; }
span { border-color: rgb(237,243,70); }
td.TdClassName
{
border-color: #EDF346;
}
.TagClassName
{
border-color: #EDF346;
}
</style>