Shades of Paris Daisy #EDF14D
Tints of Paris Daisy #EDF14D
RGB
CMYK
RGB Variations
Color information
#EDF14D (or 0xEDF14D) is known color: Paris Daisy. HEX triplet: ED, F1 and 4D. RGB value is (237,241,77). Sum of RGB (Red+Green+Blue) = 237+241+77=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 77 (30.47% from 255 or 13.87% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF14D is #120EB2. Grayscale: #DDDDDD. Windows color (decimal): -1183411 or 5108205. OLE color: 5108205.
HSL color Cylindrical-coordinate representation of color #EDF14D: hue angle of 61.46º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDF14D is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 77 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.05 |
| HSL | 61.46º | 0.85% | 0.62% | - |
| HSV(B) | 61.46º | 0.68% | 0.95% | - |
| XYZ | 67.72 | 81.45 | 19.17 | - |
| YUV | 221.11 | 46.67 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 77 | 0.02 | 0 | 0.68 | 0.05 | 61.46 | 0.85 | 0.62 |
| Hex | ED | F1 | 4D | 2 | 0 | 44 | 5 | 3D | 55 | 3E |
| Octal | 355 | 361 | 115 | 2 | 0 | 104 | 5 | 75 | 125 | 76 |
| Binary | 11101101 | 11110001 | 1001101 | 10 | 0 | 1000100 | 101 | 111101 | 1010101 | 111110 |
Color Harmonies of #EDF14D
Complementary color
Monochromatic Colors of #EDF14D
Black with #EDF14D
Text Example
Text Example
White with #EDF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF14D; }
p { color: rgb(237,241,77); }
H1.HeaderClassName
{
color: #EDF14D;
}
.AnyTagClassName
{
color: #EDF14D;
}
</style>
background-color css
<style>
a { background-color: #EDF14D; }
a { background-color: rgb(237,241,77); }
div.DivClassName
{
background-color: #EDF14D;
}
.BgClassName
{
background-color: #EDF14D;
}
</style>
border-color css
<style>
span { border-color: #EDF14D; }
span { border-color: rgb(237,241,77); }
td.TdClassName
{
border-color: #EDF14D;
}
.TagClassName
{
border-color: #EDF14D;
}
</style>