Shades of Paris Daisy #EDF242
Tints of Paris Daisy #EDF242
RGB
CMYK
RGB Variations
Color information
#EDF242 (or 0xEDF242) is known color: Paris Daisy. HEX triplet: ED, F2 and 42. RGB value is (237,242,66). Sum of RGB (Red+Green+Blue) = 237+242+66=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 66 (26.17% from 255 or 12.11% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF242 is #120DBD. Grayscale: #DDDDDD. Windows color (decimal): -1183166 or 4387565. OLE color: 4387565.
HSL color Cylindrical-coordinate representation of color #EDF242: hue angle of 61.7º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDF242 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 66 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.05 |
| HSL | 61.7º | 0.87% | 0.6% | - |
| HSV(B) | 61.7º | 0.73% | 0.95% | - |
| XYZ | 67.66 | 81.9 | 17.4 | - |
| YUV | 220.44 | 40.84 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 66 | 0.02 | 0 | 0.73 | 0.05 | 61.7 | 0.87 | 0.6 |
| Hex | ED | F2 | 42 | 2 | 0 | 49 | 5 | 3E | 57 | 3C |
| Octal | 355 | 362 | 102 | 2 | 0 | 111 | 5 | 76 | 127 | 74 |
| Binary | 11101101 | 11110010 | 1000010 | 10 | 0 | 1001001 | 101 | 111110 | 1010111 | 111100 |
Color Harmonies of #EDF242
Complementary color
Monochromatic Colors of #EDF242
Black with #EDF242
Text Example
Text Example
White with #EDF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF242; }
p { color: rgb(237,242,66); }
H1.HeaderClassName
{
color: #EDF242;
}
.AnyTagClassName
{
color: #EDF242;
}
</style>
background-color css
<style>
a { background-color: #EDF242; }
a { background-color: rgb(237,242,66); }
div.DivClassName
{
background-color: #EDF242;
}
.BgClassName
{
background-color: #EDF242;
}
</style>
border-color css
<style>
span { border-color: #EDF242; }
span { border-color: rgb(237,242,66); }
td.TdClassName
{
border-color: #EDF242;
}
.TagClassName
{
border-color: #EDF242;
}
</style>