Shades of Paris Daisy #EDF74C
Tints of Paris Daisy #EDF74C
RGB
CMYK
RGB Variations
Color information
#EDF74C (or 0xEDF74C) is known color: Paris Daisy. HEX triplet: ED, F7 and 4C. RGB value is (237,247,76). Sum of RGB (Red+Green+Blue) = 237+247+76=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 76 (30.08% from 255 or 13.57% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF74C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF74C is #1208B3. Grayscale: #E1E1E1. Windows color (decimal): -1181876 or 5044205. OLE color: 5044205.
HSL color Cylindrical-coordinate representation of color #EDF74C: hue angle of 63.51º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDF74C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 76 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.03 |
| HSL | 63.51º | 0.91% | 0.63% | - |
| HSV(B) | 63.51º | 0.69% | 0.97% | - |
| XYZ | 69.49 | 85.05 | 19.59 | - |
| YUV | 224.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 76 | 0.04 | 0 | 0.69 | 0.03 | 63.51 | 0.91 | 0.63 |
| Hex | ED | F7 | 4C | 4 | 0 | 45 | 3 | 40 | 5B | 3F |
| Octal | 355 | 367 | 114 | 4 | 0 | 105 | 3 | 100 | 133 | 77 |
| Binary | 11101101 | 11110111 | 1001100 | 100 | 0 | 1000101 | 11 | 1000000 | 1011011 | 111111 |
Color Harmonies of #EDF74C
Complementary color
Monochromatic Colors of #EDF74C
Black with #EDF74C
Text Example
Text Example
White with #EDF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF74C; }
p { color: rgb(237,247,76); }
H1.HeaderClassName
{
color: #EDF74C;
}
.AnyTagClassName
{
color: #EDF74C;
}
</style>
background-color css
<style>
a { background-color: #EDF74C; }
a { background-color: rgb(237,247,76); }
div.DivClassName
{
background-color: #EDF74C;
}
.BgClassName
{
background-color: #EDF74C;
}
</style>
border-color css
<style>
span { border-color: #EDF74C; }
span { border-color: rgb(237,247,76); }
td.TdClassName
{
border-color: #EDF74C;
}
.TagClassName
{
border-color: #EDF74C;
}
</style>