Shades of Paris Daisy #EDF944
Tints of Paris Daisy #EDF944
RGB
CMYK
RGB Variations
Color information
#EDF944 (or 0xEDF944) is known color: Paris Daisy. HEX triplet: ED, F9 and 44. RGB value is (237,249,68). Sum of RGB (Red+Green+Blue) = 237+249+68=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 68 (26.95% from 255 or 12.27% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF944 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF944 is #1206BB. Grayscale: #E1E1E1. Windows color (decimal): -1181372 or 4520429. OLE color: 4520429.
HSL color Cylindrical-coordinate representation of color #EDF944: hue angle of 63.98º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDF944 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 68 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.02 |
| HSL | 63.98º | 0.94% | 0.62% | - |
| HSV(B) | 63.98º | 0.73% | 0.98% | - |
| XYZ | 69.84 | 86.17 | 18.42 | - |
| YUV | 224.78 | 39.52 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 68 | 0.05 | 0 | 0.73 | 0.02 | 63.98 | 0.94 | 0.62 |
| Hex | ED | F9 | 44 | 5 | 0 | 49 | 2 | 40 | 5E | 3E |
| Octal | 355 | 371 | 104 | 5 | 0 | 111 | 2 | 100 | 136 | 76 |
| Binary | 11101101 | 11111001 | 1000100 | 101 | 0 | 1001001 | 10 | 1000000 | 1011110 | 111110 |
Color Harmonies of #EDF944
Complementary color
Monochromatic Colors of #EDF944
Black with #EDF944
Text Example
Text Example
White with #EDF944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF944; }
p { color: rgb(237,249,68); }
H1.HeaderClassName
{
color: #EDF944;
}
.AnyTagClassName
{
color: #EDF944;
}
</style>
background-color css
<style>
a { background-color: #EDF944; }
a { background-color: rgb(237,249,68); }
div.DivClassName
{
background-color: #EDF944;
}
.BgClassName
{
background-color: #EDF944;
}
</style>
border-color css
<style>
span { border-color: #EDF944; }
span { border-color: rgb(237,249,68); }
td.TdClassName
{
border-color: #EDF944;
}
.TagClassName
{
border-color: #EDF944;
}
</style>