Shades of Paris Daisy #EDFE4C
Tints of Paris Daisy #EDFE4C
RGB
CMYK
RGB Variations
Color information
#EDFE4C (or 0xEDFE4C) is known color: Paris Daisy. HEX triplet: ED, FE and 4C. RGB value is (237,254,76). Sum of RGB (Red+Green+Blue) = 237+254+76=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 76 (30.08% from 255 or 13.40% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE4C is #1201B3. Grayscale: #E5E5E5. Windows color (decimal): -1180084 or 5045997. OLE color: 5045997.
HSL color Cylindrical-coordinate representation of color #EDFE4C: hue angle of 65.73º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDFE4C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 76 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.00 |
| HSL | 65.73º | 0.99% | 0.65% | - |
| HSV(B) | 65.73º | 0.7% | 1% | - |
| XYZ | 71.67 | 89.41 | 20.32 | - |
| YUV | 228.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 76 | 0.07 | 0 | 0.70 | 0.00 | 65.73 | 0.99 | 0.65 |
| Hex | ED | FE | 4C | 7 | 0 | 46 | 0 | 42 | 63 | 41 |
| Octal | 355 | 376 | 114 | 7 | 0 | 106 | 0 | 102 | 143 | 101 |
| Binary | 11101101 | 11111110 | 1001100 | 111 | 0 | 1000110 | 0 | 1000010 | 1100011 | 1000001 |
Color Harmonies of #EDFE4C
Complementary color
Monochromatic Colors of #EDFE4C
Black with #EDFE4C
Text Example
Text Example
White with #EDFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE4C; }
p { color: rgb(237,254,76); }
H1.HeaderClassName
{
color: #EDFE4C;
}
.AnyTagClassName
{
color: #EDFE4C;
}
</style>
background-color css
<style>
a { background-color: #EDFE4C; }
a { background-color: rgb(237,254,76); }
div.DivClassName
{
background-color: #EDFE4C;
}
.BgClassName
{
background-color: #EDFE4C;
}
</style>
border-color css
<style>
span { border-color: #EDFE4C; }
span { border-color: rgb(237,254,76); }
td.TdClassName
{
border-color: #EDFE4C;
}
.TagClassName
{
border-color: #EDFE4C;
}
</style>