Shades of Paris Daisy #EFF04A
Tints of Paris Daisy #EFF04A
RGB
CMYK
RGB Variations
Color information
#EFF04A (or 0xEFF04A) is known color: Paris Daisy. HEX triplet: EF, F0 and 4A. RGB value is (239,240,74). Sum of RGB (Red+Green+Blue) = 239+240+74=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 74 (29.30% from 255 or 13.38% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF04A is #100FB5. Grayscale: #DDDDDD. Windows color (decimal): -1052598 or 4911343. OLE color: 4911343.
HSL color Cylindrical-coordinate representation of color #EFF04A: hue angle of 60.36º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFF04A is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 74 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.06 |
| HSL | 60.36º | 0.85% | 0.62% | - |
| HSV(B) | 60.36º | 0.69% | 0.94% | - |
| XYZ | 67.99 | 81.17 | 18.56 | - |
| YUV | 220.78 | 45.17 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 74 | 0.00 | 0 | 0.69 | 0.06 | 60.36 | 0.85 | 0.62 |
| Hex | EF | F0 | 4A | 0 | 0 | 45 | 6 | 3C | 55 | 3E |
| Octal | 357 | 360 | 112 | 0 | 0 | 105 | 6 | 74 | 125 | 76 |
| Binary | 11101111 | 11110000 | 1001010 | 0 | 0 | 1000101 | 110 | 111100 | 1010101 | 111110 |
Color Harmonies of #EFF04A
Complementary color
Monochromatic Colors of #EFF04A
Black with #EFF04A
Text Example
Text Example
White with #EFF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF04A; }
p { color: rgb(239,240,74); }
H1.HeaderClassName
{
color: #EFF04A;
}
.AnyTagClassName
{
color: #EFF04A;
}
</style>
background-color css
<style>
a { background-color: #EFF04A; }
a { background-color: rgb(239,240,74); }
div.DivClassName
{
background-color: #EFF04A;
}
.BgClassName
{
background-color: #EFF04A;
}
</style>
border-color css
<style>
span { border-color: #EFF04A; }
span { border-color: rgb(239,240,74); }
td.TdClassName
{
border-color: #EFF04A;
}
.TagClassName
{
border-color: #EFF04A;
}
</style>