Shades of Paris Daisy #EDFB40
Tints of Paris Daisy #EDFB40
RGB
CMYK
RGB Variations
Color information
#EDFB40 (or 0xEDFB40) is known color: Paris Daisy. HEX triplet: ED, FB and 40. RGB value is (237,251,64). Sum of RGB (Red+Green+Blue) = 237+251+64=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 64 (25.39% from 255 or 11.59% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB40 is #1204BF. Grayscale: #E2E2E2. Windows color (decimal): -1180864 or 4258797. OLE color: 4258797.
HSL color Cylindrical-coordinate representation of color #EDFB40: hue angle of 64.49º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDFB40 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 64 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.02 |
| HSL | 64.49º | 0.96% | 0.62% | - |
| HSV(B) | 64.49º | 0.75% | 0.98% | - |
| XYZ | 70.35 | 87.37 | 18.01 | - |
| YUV | 225.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 64 | 0.06 | 0 | 0.75 | 0.02 | 64.49 | 0.96 | 0.62 |
| Hex | ED | FB | 40 | 6 | 0 | 4B | 2 | 40 | 60 | 3E |
| Octal | 355 | 373 | 100 | 6 | 0 | 113 | 2 | 100 | 140 | 76 |
| Binary | 11101101 | 11111011 | 1000000 | 110 | 0 | 1001011 | 10 | 1000000 | 1100000 | 111110 |
Color Harmonies of #EDFB40
Complementary color
Monochromatic Colors of #EDFB40
Black with #EDFB40
Text Example
Text Example
White with #EDFB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB40; }
p { color: rgb(237,251,64); }
H1.HeaderClassName
{
color: #EDFB40;
}
.AnyTagClassName
{
color: #EDFB40;
}
</style>
background-color css
<style>
a { background-color: #EDFB40; }
a { background-color: rgb(237,251,64); }
div.DivClassName
{
background-color: #EDFB40;
}
.BgClassName
{
background-color: #EDFB40;
}
</style>
border-color css
<style>
span { border-color: #EDFB40; }
span { border-color: rgb(237,251,64); }
td.TdClassName
{
border-color: #EDFB40;
}
.TagClassName
{
border-color: #EDFB40;
}
</style>