Shades of Paris Daisy #EDFF43
Tints of Paris Daisy #EDFF43
RGB
CMYK
RGB Variations
Color information
#EDFF43 (or 0xEDFF43) is known color: Paris Daisy. HEX triplet: ED, FF and 43. RGB value is (237,255,67). Sum of RGB (Red+Green+Blue) = 237+255+67=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 67 (26.56% from 255 or 11.99% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF43 is #1200BC. Grayscale: #E4E4E4. Windows color (decimal): -1179837 or 4456429. OLE color: 4456429.
HSL color Cylindrical-coordinate representation of color #EDFF43: hue angle of 65.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDFF43 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 67 | - |
| CMYK | 0.07 | 0 | 0.74 | 0 |
| HSL | 65.74º | 1% | 0.63% | - |
| HSV(B) | 65.74º | 0.74% | 1% | - |
| XYZ | 71.7 | 89.93 | 18.89 | - |
| YUV | 228.19 | 37.04 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 67 | 0.07 | 0 | 0.74 | 0 | 65.74 | 1 | 0.63 |
| Hex | ED | FF | 43 | 7 | 0 | 4A | 0 | 42 | 64 | 3F |
| Octal | 355 | 377 | 103 | 7 | 0 | 112 | 0 | 102 | 144 | 77 |
| Binary | 11101101 | 11111111 | 1000011 | 111 | 0 | 1001010 | 0 | 1000010 | 1100100 | 111111 |
Color Harmonies of #EDFF43
Complementary color
Monochromatic Colors of #EDFF43
Black with #EDFF43
Text Example
Text Example
White with #EDFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF43; }
p { color: rgb(237,255,67); }
H1.HeaderClassName
{
color: #EDFF43;
}
.AnyTagClassName
{
color: #EDFF43;
}
</style>
background-color css
<style>
a { background-color: #EDFF43; }
a { background-color: rgb(237,255,67); }
div.DivClassName
{
background-color: #EDFF43;
}
.BgClassName
{
background-color: #EDFF43;
}
</style>
border-color css
<style>
span { border-color: #EDFF43; }
span { border-color: rgb(237,255,67); }
td.TdClassName
{
border-color: #EDFF43;
}
.TagClassName
{
border-color: #EDFF43;
}
</style>