Shades of Paris Daisy #EDF04B
Tints of Paris Daisy #EDF04B
RGB
CMYK
RGB Variations
Color information
#EDF04B (or 0xEDF04B) is known color: Paris Daisy. HEX triplet: ED, F0 and 4B. RGB value is (237,240,75). Sum of RGB (Red+Green+Blue) = 237+240+75=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 75 (29.69% from 255 or 13.59% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF04B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF04B is #120FB4. Grayscale: #DCDCDC. Windows color (decimal): -1183669 or 4976877. OLE color: 4976877.
HSL color Cylindrical-coordinate representation of color #EDF04B: hue angle of 61.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDF04B is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 75 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.06 |
| HSL | 61.09º | 0.85% | 0.62% | - |
| HSV(B) | 61.09º | 0.69% | 0.94% | - |
| XYZ | 67.36 | 80.83 | 18.71 | - |
| YUV | 220.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 75 | 0.01 | 0 | 0.69 | 0.06 | 61.09 | 0.85 | 0.62 |
| Hex | ED | F0 | 4B | 1 | 0 | 45 | 6 | 3D | 55 | 3E |
| Octal | 355 | 360 | 113 | 1 | 0 | 105 | 6 | 75 | 125 | 76 |
| Binary | 11101101 | 11110000 | 1001011 | 1 | 0 | 1000101 | 110 | 111101 | 1010101 | 111110 |
Color Harmonies of #EDF04B
Complementary color
Monochromatic Colors of #EDF04B
Black with #EDF04B
Text Example
Text Example
White with #EDF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF04B; }
p { color: rgb(237,240,75); }
H1.HeaderClassName
{
color: #EDF04B;
}
.AnyTagClassName
{
color: #EDF04B;
}
</style>
background-color css
<style>
a { background-color: #EDF04B; }
a { background-color: rgb(237,240,75); }
div.DivClassName
{
background-color: #EDF04B;
}
.BgClassName
{
background-color: #EDF04B;
}
</style>
border-color css
<style>
span { border-color: #EDF04B; }
span { border-color: rgb(237,240,75); }
td.TdClassName
{
border-color: #EDF04B;
}
.TagClassName
{
border-color: #EDF04B;
}
</style>