Shades of Paris Daisy #EFF140
Tints of Paris Daisy #EFF140
RGB
CMYK
RGB Variations
Color information
#EFF140 (or 0xEFF140) is known color: Paris Daisy. HEX triplet: EF, F1 and 40. RGB value is (239,241,64). Sum of RGB (Red+Green+Blue) = 239+241+64=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 64 (25.39% from 255 or 11.76% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF140 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF140 is #100EBF. Grayscale: #DCDCDC. Windows color (decimal): -1052352 or 4256239. OLE color: 4256239.
HSL color Cylindrical-coordinate representation of color #EFF140: 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 #EFF140 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 64 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.05 |
| HSL | 60.68º | 0.86% | 0.6% | - |
| HSV(B) | 60.68º | 0.73% | 0.95% | - |
| XYZ | 67.98 | 81.63 | 17.02 | - |
| YUV | 220.22 | 39.84 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 64 | 0.01 | 0 | 0.73 | 0.05 | 60.68 | 0.86 | 0.6 |
| Hex | EF | F1 | 40 | 1 | 0 | 49 | 5 | 3D | 56 | 3C |
| Octal | 357 | 361 | 100 | 1 | 0 | 111 | 5 | 75 | 126 | 74 |
| Binary | 11101111 | 11110001 | 1000000 | 1 | 0 | 1001001 | 101 | 111101 | 1010110 | 111100 |
Color Harmonies of #EFF140
Complementary color
Monochromatic Colors of #EFF140
Black with #EFF140
Text Example
Text Example
White with #EFF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF140; }
p { color: rgb(239,241,64); }
H1.HeaderClassName
{
color: #EFF140;
}
.AnyTagClassName
{
color: #EFF140;
}
</style>
background-color css
<style>
a { background-color: #EFF140; }
a { background-color: rgb(239,241,64); }
div.DivClassName
{
background-color: #EFF140;
}
.BgClassName
{
background-color: #EFF140;
}
</style>
border-color css
<style>
span { border-color: #EFF140; }
span { border-color: rgb(239,241,64); }
td.TdClassName
{
border-color: #EFF140;
}
.TagClassName
{
border-color: #EFF140;
}
</style>