Shades of Paris Daisy #EFFD4A
Tints of Paris Daisy #EFFD4A
RGB
CMYK
RGB Variations
Color information
#EFFD4A (or 0xEFFD4A) is known color: Paris Daisy. HEX triplet: EF, FD and 4A. RGB value is (239,253,74). Sum of RGB (Red+Green+Blue) = 239+253+74=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 74 (29.30% from 255 or 13.07% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFD4A is #1002B5. Grayscale: #E5E5E5. Windows color (decimal): -1049270 or 4914671. OLE color: 4914671.
HSL color Cylindrical-coordinate representation of color #EFFD4A: hue angle of 64.69º degrees, saturation: 0.98, 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 #EFFD4A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 74 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.01 |
| HSL | 64.69º | 0.98% | 0.64% | - |
| HSV(B) | 64.69º | 0.71% | 0.99% | - |
| XYZ | 71.96 | 89.1 | 19.88 | - |
| YUV | 228.41 | 40.86 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 74 | 0.06 | 0 | 0.71 | 0.01 | 64.69 | 0.98 | 0.64 |
| Hex | EF | FD | 4A | 6 | 0 | 47 | 1 | 41 | 62 | 40 |
| Octal | 357 | 375 | 112 | 6 | 0 | 107 | 1 | 101 | 142 | 100 |
| Binary | 11101111 | 11111101 | 1001010 | 110 | 0 | 1000111 | 1 | 1000001 | 1100010 | 1000000 |
Color Harmonies of #EFFD4A
Complementary color
Monochromatic Colors of #EFFD4A
Black with #EFFD4A
Text Example
Text Example
White with #EFFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD4A; }
p { color: rgb(239,253,74); }
H1.HeaderClassName
{
color: #EFFD4A;
}
.AnyTagClassName
{
color: #EFFD4A;
}
</style>
background-color css
<style>
a { background-color: #EFFD4A; }
a { background-color: rgb(239,253,74); }
div.DivClassName
{
background-color: #EFFD4A;
}
.BgClassName
{
background-color: #EFFD4A;
}
</style>
border-color css
<style>
span { border-color: #EFFD4A; }
span { border-color: rgb(239,253,74); }
td.TdClassName
{
border-color: #EFFD4A;
}
.TagClassName
{
border-color: #EFFD4A;
}
</style>