Shades of Paris Daisy #EFF141
Tints of Paris Daisy #EFF141
RGB
CMYK
RGB Variations
Color information
#EFF141 (or 0xEFF141) is known color: Paris Daisy. HEX triplet: EF, F1 and 41. RGB value is (239,241,65). Sum of RGB (Red+Green+Blue) = 239+241+65=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 65 (25.78% from 255 or 11.93% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF141 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF141 is #100EBE. Grayscale: #DDDDDD. Windows color (decimal): -1052351 or 4321775. OLE color: 4321775.
HSL color Cylindrical-coordinate representation of color #EFF141: hue angle of 60.68º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFF141 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 65 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.05 |
| HSL | 60.68º | 0.86% | 0.6% | - |
| HSV(B) | 60.68º | 0.73% | 0.95% | - |
| XYZ | 68.01 | 81.64 | 17.18 | - |
| YUV | 220.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 65 | 0.01 | 0 | 0.73 | 0.05 | 60.68 | 0.86 | 0.6 |
| Hex | EF | F1 | 41 | 1 | 0 | 49 | 5 | 3D | 56 | 3C |
| Octal | 357 | 361 | 101 | 1 | 0 | 111 | 5 | 75 | 126 | 74 |
| Binary | 11101111 | 11110001 | 1000001 | 1 | 0 | 1001001 | 101 | 111101 | 1010110 | 111100 |
Color Harmonies of #EFF141
Complementary color
Monochromatic Colors of #EFF141
Black with #EFF141
Text Example
Text Example
White with #EFF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF141; }
p { color: rgb(239,241,65); }
H1.HeaderClassName
{
color: #EFF141;
}
.AnyTagClassName
{
color: #EFF141;
}
</style>
background-color css
<style>
a { background-color: #EFF141; }
a { background-color: rgb(239,241,65); }
div.DivClassName
{
background-color: #EFF141;
}
.BgClassName
{
background-color: #EFF141;
}
</style>
border-color css
<style>
span { border-color: #EFF141; }
span { border-color: rgb(239,241,65); }
td.TdClassName
{
border-color: #EFF141;
}
.TagClassName
{
border-color: #EFF141;
}
</style>