Shades of Paris Daisy #EDFF3A
Tints of Paris Daisy #EDFF3A
RGB
CMYK
RGB Variations
Color information
#EDFF3A (or 0xEDFF3A) is known color: Paris Daisy. HEX triplet: ED, FF and 3A. RGB value is (237,255,58). Sum of RGB (Red+Green+Blue) = 237+255+58=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 58 (23.05% from 255 or 10.55% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF3A is #1200C5. Grayscale: #E3E3E3. Windows color (decimal): -1179846 or 3866605. OLE color: 3866605.
HSL color Cylindrical-coordinate representation of color #EDFF3A: hue angle of 65.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDFF3A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 58 | - |
| CMYK | 0.07 | 0 | 0.77 | 0 |
| HSL | 65.48º | 1% | 0.61% | - |
| HSV(B) | 65.48º | 0.77% | 1% | - |
| XYZ | 71.45 | 89.83 | 17.58 | - |
| YUV | 227.16 | 32.54 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 58 | 0.07 | 0 | 0.77 | 0 | 65.48 | 1 | 0.61 |
| Hex | ED | FF | 3A | 7 | 0 | 4D | 0 | 41 | 64 | 3D |
| Octal | 355 | 377 | 72 | 7 | 0 | 115 | 0 | 101 | 144 | 75 |
| Binary | 11101101 | 11111111 | 111010 | 111 | 0 | 1001101 | 0 | 1000001 | 1100100 | 111101 |
Color Harmonies of #EDFF3A
Complementary color
Monochromatic Colors of #EDFF3A
Black with #EDFF3A
Text Example
Text Example
White with #EDFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF3A; }
p { color: rgb(237,255,58); }
H1.HeaderClassName
{
color: #EDFF3A;
}
.AnyTagClassName
{
color: #EDFF3A;
}
</style>
background-color css
<style>
a { background-color: #EDFF3A; }
a { background-color: rgb(237,255,58); }
div.DivClassName
{
background-color: #EDFF3A;
}
.BgClassName
{
background-color: #EDFF3A;
}
</style>
border-color css
<style>
span { border-color: #EDFF3A; }
span { border-color: rgb(237,255,58); }
td.TdClassName
{
border-color: #EDFF3A;
}
.TagClassName
{
border-color: #EDFF3A;
}
</style>