Shades of Paris Daisy #EFFC4A
Tints of Paris Daisy #EFFC4A
RGB
CMYK
RGB Variations
Color information
#EFFC4A (or 0xEFFC4A) is known color: Paris Daisy. HEX triplet: EF, FC and 4A. RGB value is (239,252,74). Sum of RGB (Red+Green+Blue) = 239+252+74=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 74 (29.30% from 255 or 13.10% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC4A is #1003B5. Grayscale: #E4E4E4. Windows color (decimal): -1049526 or 4914415. OLE color: 4914415.
HSL color Cylindrical-coordinate representation of color #EFFC4A: hue angle of 64.38º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFFC4A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 74 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.01 |
| HSL | 64.38º | 0.97% | 0.64% | - |
| HSV(B) | 64.38º | 0.71% | 0.99% | - |
| XYZ | 71.64 | 88.47 | 19.78 | - |
| YUV | 227.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 74 | 0.05 | 0 | 0.71 | 0.01 | 64.38 | 0.97 | 0.64 |
| Hex | EF | FC | 4A | 5 | 0 | 47 | 1 | 40 | 61 | 40 |
| Octal | 357 | 374 | 112 | 5 | 0 | 107 | 1 | 100 | 141 | 100 |
| Binary | 11101111 | 11111100 | 1001010 | 101 | 0 | 1000111 | 1 | 1000000 | 1100001 | 1000000 |
Color Harmonies of #EFFC4A
Complementary color
Monochromatic Colors of #EFFC4A
Black with #EFFC4A
Text Example
Text Example
White with #EFFC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC4A; }
p { color: rgb(239,252,74); }
H1.HeaderClassName
{
color: #EFFC4A;
}
.AnyTagClassName
{
color: #EFFC4A;
}
</style>
background-color css
<style>
a { background-color: #EFFC4A; }
a { background-color: rgb(239,252,74); }
div.DivClassName
{
background-color: #EFFC4A;
}
.BgClassName
{
background-color: #EFFC4A;
}
</style>
border-color css
<style>
span { border-color: #EFFC4A; }
span { border-color: rgb(239,252,74); }
td.TdClassName
{
border-color: #EFFC4A;
}
.TagClassName
{
border-color: #EFFC4A;
}
</style>