Shades of Paris Daisy #EDF04C
Tints of Paris Daisy #EDF04C
RGB
CMYK
RGB Variations
Color information
#EDF04C (or 0xEDF04C) is known color: Paris Daisy. HEX triplet: ED, F0 and 4C. RGB value is (237,240,76). Sum of RGB (Red+Green+Blue) = 237+240+76=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 76 (30.08% from 255 or 13.74% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF04C is #120FB3. Grayscale: #DDDDDD. Windows color (decimal): -1183668 or 5042413. OLE color: 5042413.
HSL color Cylindrical-coordinate representation of color #EDF04C: hue angle of 61.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDF04C is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 76 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.06 |
| HSL | 61.1º | 0.85% | 0.62% | - |
| HSV(B) | 61.1º | 0.68% | 0.94% | - |
| XYZ | 67.39 | 80.85 | 18.89 | - |
| YUV | 220.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 76 | 0.01 | 0 | 0.68 | 0.06 | 61.1 | 0.85 | 0.62 |
| Hex | ED | F0 | 4C | 1 | 0 | 44 | 6 | 3D | 55 | 3E |
| Octal | 355 | 360 | 114 | 1 | 0 | 104 | 6 | 75 | 125 | 76 |
| Binary | 11101101 | 11110000 | 1001100 | 1 | 0 | 1000100 | 110 | 111101 | 1010101 | 111110 |
Color Harmonies of #EDF04C
Complementary color
Monochromatic Colors of #EDF04C
Black with #EDF04C
Text Example
Text Example
White with #EDF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF04C; }
p { color: rgb(237,240,76); }
H1.HeaderClassName
{
color: #EDF04C;
}
.AnyTagClassName
{
color: #EDF04C;
}
</style>
background-color css
<style>
a { background-color: #EDF04C; }
a { background-color: rgb(237,240,76); }
div.DivClassName
{
background-color: #EDF04C;
}
.BgClassName
{
background-color: #EDF04C;
}
</style>
border-color css
<style>
span { border-color: #EDF04C; }
span { border-color: rgb(237,240,76); }
td.TdClassName
{
border-color: #EDF04C;
}
.TagClassName
{
border-color: #EDF04C;
}
</style>