Shades of Paris Daisy #EDFE4A
Tints of Paris Daisy #EDFE4A
RGB
CMYK
RGB Variations
Color information
#EDFE4A (or 0xEDFE4A) is known color: Paris Daisy. HEX triplet: ED, FE and 4A. RGB value is (237,254,74). Sum of RGB (Red+Green+Blue) = 237+254+74=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 74 (29.30% from 255 or 13.10% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE4A is #1201B5. Grayscale: #E5E5E5. Windows color (decimal): -1180086 or 4914925. OLE color: 4914925.
HSL color Cylindrical-coordinate representation of color #EDFE4A: hue angle of 65.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDFE4A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 74 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.00 |
| HSL | 65.67º | 0.99% | 0.64% | - |
| HSV(B) | 65.67º | 0.71% | 1% | - |
| XYZ | 71.6 | 89.38 | 19.96 | - |
| YUV | 228.4 | 40.87 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 74 | 0.07 | 0 | 0.71 | 0.00 | 65.67 | 0.99 | 0.64 |
| Hex | ED | FE | 4A | 7 | 0 | 47 | 0 | 42 | 63 | 40 |
| Octal | 355 | 376 | 112 | 7 | 0 | 107 | 0 | 102 | 143 | 100 |
| Binary | 11101101 | 11111110 | 1001010 | 111 | 0 | 1000111 | 0 | 1000010 | 1100011 | 1000000 |
Color Harmonies of #EDFE4A
Complementary color
Monochromatic Colors of #EDFE4A
Black with #EDFE4A
Text Example
Text Example
White with #EDFE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE4A; }
p { color: rgb(237,254,74); }
H1.HeaderClassName
{
color: #EDFE4A;
}
.AnyTagClassName
{
color: #EDFE4A;
}
</style>
background-color css
<style>
a { background-color: #EDFE4A; }
a { background-color: rgb(237,254,74); }
div.DivClassName
{
background-color: #EDFE4A;
}
.BgClassName
{
background-color: #EDFE4A;
}
</style>
border-color css
<style>
span { border-color: #EDFE4A; }
span { border-color: rgb(237,254,74); }
td.TdClassName
{
border-color: #EDFE4A;
}
.TagClassName
{
border-color: #EDFE4A;
}
</style>