Shades of Paris Daisy #EFF94A
Tints of Paris Daisy #EFF94A
RGB
CMYK
RGB Variations
Color information
#EFF94A (or 0xEFF94A) is known color: Paris Daisy. HEX triplet: EF, F9 and 4A. RGB value is (239,249,74). Sum of RGB (Red+Green+Blue) = 239+249+74=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 74 (29.30% from 255 or 13.17% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF94A is #1006B5. Grayscale: #E2E2E2. Windows color (decimal): -1050294 or 4913647. OLE color: 4913647.
HSL color Cylindrical-coordinate representation of color #EFF94A: hue angle of 63.43º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFF94A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 74 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.02 |
| HSL | 63.43º | 0.94% | 0.63% | - |
| HSV(B) | 63.43º | 0.7% | 0.98% | - |
| XYZ | 70.71 | 86.6 | 19.47 | - |
| YUV | 226.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 74 | 0.04 | 0 | 0.70 | 0.02 | 63.43 | 0.94 | 0.63 |
| Hex | EF | F9 | 4A | 4 | 0 | 46 | 2 | 3F | 5E | 3F |
| Octal | 357 | 371 | 112 | 4 | 0 | 106 | 2 | 77 | 136 | 77 |
| Binary | 11101111 | 11111001 | 1001010 | 100 | 0 | 1000110 | 10 | 111111 | 1011110 | 111111 |
Color Harmonies of #EFF94A
Complementary color
Monochromatic Colors of #EFF94A
Black with #EFF94A
Text Example
Text Example
White with #EFF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF94A; }
p { color: rgb(239,249,74); }
H1.HeaderClassName
{
color: #EFF94A;
}
.AnyTagClassName
{
color: #EFF94A;
}
</style>
background-color css
<style>
a { background-color: #EFF94A; }
a { background-color: rgb(239,249,74); }
div.DivClassName
{
background-color: #EFF94A;
}
.BgClassName
{
background-color: #EFF94A;
}
</style>
border-color css
<style>
span { border-color: #EFF94A; }
span { border-color: rgb(239,249,74); }
td.TdClassName
{
border-color: #EFF94A;
}
.TagClassName
{
border-color: #EFF94A;
}
</style>