Shades of Paris Daisy #EDF644
Tints of Paris Daisy #EDF644
RGB
CMYK
RGB Variations
Color information
#EDF644 (or 0xEDF644) is known color: Paris Daisy. HEX triplet: ED, F6 and 44. RGB value is (237,246,68). Sum of RGB (Red+Green+Blue) = 237+246+68=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 68 (26.95% from 255 or 12.34% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF644 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF644 is #1209BB. Grayscale: #DFDFDF. Windows color (decimal): -1182140 or 4519661. OLE color: 4519661.
HSL color Cylindrical-coordinate representation of color #EDF644: hue angle of 63.03º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDF644 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 68 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.04 |
| HSL | 63.03º | 0.91% | 0.62% | - |
| HSV(B) | 63.03º | 0.72% | 0.96% | - |
| XYZ | 68.92 | 84.33 | 18.11 | - |
| YUV | 223.02 | 40.52 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 68 | 0.04 | 0 | 0.72 | 0.04 | 63.03 | 0.91 | 0.62 |
| Hex | ED | F6 | 44 | 4 | 0 | 48 | 4 | 3F | 5B | 3E |
| Octal | 355 | 366 | 104 | 4 | 0 | 110 | 4 | 77 | 133 | 76 |
| Binary | 11101101 | 11110110 | 1000100 | 100 | 0 | 1001000 | 100 | 111111 | 1011011 | 111110 |
Color Harmonies of #EDF644
Complementary color
Monochromatic Colors of #EDF644
Black with #EDF644
Text Example
Text Example
White with #EDF644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF644; }
p { color: rgb(237,246,68); }
H1.HeaderClassName
{
color: #EDF644;
}
.AnyTagClassName
{
color: #EDF644;
}
</style>
background-color css
<style>
a { background-color: #EDF644; }
a { background-color: rgb(237,246,68); }
div.DivClassName
{
background-color: #EDF644;
}
.BgClassName
{
background-color: #EDF644;
}
</style>
border-color css
<style>
span { border-color: #EDF644; }
span { border-color: rgb(237,246,68); }
td.TdClassName
{
border-color: #EDF644;
}
.TagClassName
{
border-color: #EDF644;
}
</style>