Shades of Paris Daisy #EDF442
Tints of Paris Daisy #EDF442
RGB
CMYK
RGB Variations
Color information
#EDF442 (or 0xEDF442) is known color: Paris Daisy. HEX triplet: ED, F4 and 42. RGB value is (237,244,66). Sum of RGB (Red+Green+Blue) = 237+244+66=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 66 (26.17% from 255 or 12.07% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF442 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF442 is #120BBD. Grayscale: #DEDEDE. Windows color (decimal): -1182654 or 4388077. OLE color: 4388077.
HSL color Cylindrical-coordinate representation of color #EDF442: hue angle of 62.36º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDF442 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 66 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.04 |
| HSL | 62.36º | 0.89% | 0.61% | - |
| HSV(B) | 62.36º | 0.73% | 0.96% | - |
| XYZ | 68.26 | 83.1 | 17.6 | - |
| YUV | 221.62 | 40.18 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 66 | 0.03 | 0 | 0.73 | 0.04 | 62.36 | 0.89 | 0.61 |
| Hex | ED | F4 | 42 | 3 | 0 | 49 | 4 | 3E | 59 | 3D |
| Octal | 355 | 364 | 102 | 3 | 0 | 111 | 4 | 76 | 131 | 75 |
| Binary | 11101101 | 11110100 | 1000010 | 11 | 0 | 1001001 | 100 | 111110 | 1011001 | 111101 |
Color Harmonies of #EDF442
Complementary color
Monochromatic Colors of #EDF442
Black with #EDF442
Text Example
Text Example
White with #EDF442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF442; }
p { color: rgb(237,244,66); }
H1.HeaderClassName
{
color: #EDF442;
}
.AnyTagClassName
{
color: #EDF442;
}
</style>
background-color css
<style>
a { background-color: #EDF442; }
a { background-color: rgb(237,244,66); }
div.DivClassName
{
background-color: #EDF442;
}
.BgClassName
{
background-color: #EDF442;
}
</style>
border-color css
<style>
span { border-color: #EDF442; }
span { border-color: rgb(237,244,66); }
td.TdClassName
{
border-color: #EDF442;
}
.TagClassName
{
border-color: #EDF442;
}
</style>