Shades of Paris Daisy #EFF149
Tints of Paris Daisy #EFF149
RGB
CMYK
RGB Variations
Color information
#EFF149 (or 0xEFF149) is known color: Paris Daisy. HEX triplet: EF, F1 and 49. RGB value is (239,241,73). Sum of RGB (Red+Green+Blue) = 239+241+73=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 73 (28.91% from 255 or 13.20% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF149 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF149 is #100EB6. Grayscale: #DDDDDD. Windows color (decimal): -1052343 or 4846063. OLE color: 4846063.
HSL color Cylindrical-coordinate representation of color #EFF149: hue angle of 60.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFF149 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 73 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.05 |
| HSL | 60.71º | 0.86% | 0.62% | - |
| HSV(B) | 60.71º | 0.7% | 0.95% | - |
| XYZ | 68.25 | 81.74 | 18.48 | - |
| YUV | 221.25 | 44.34 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 73 | 0.01 | 0 | 0.70 | 0.05 | 60.71 | 0.86 | 0.62 |
| Hex | EF | F1 | 49 | 1 | 0 | 46 | 5 | 3D | 56 | 3E |
| Octal | 357 | 361 | 111 | 1 | 0 | 106 | 5 | 75 | 126 | 76 |
| Binary | 11101111 | 11110001 | 1001001 | 1 | 0 | 1000110 | 101 | 111101 | 1010110 | 111110 |
Color Harmonies of #EFF149
Complementary color
Monochromatic Colors of #EFF149
Black with #EFF149
Text Example
Text Example
White with #EFF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF149; }
p { color: rgb(239,241,73); }
H1.HeaderClassName
{
color: #EFF149;
}
.AnyTagClassName
{
color: #EFF149;
}
</style>
background-color css
<style>
a { background-color: #EFF149; }
a { background-color: rgb(239,241,73); }
div.DivClassName
{
background-color: #EFF149;
}
.BgClassName
{
background-color: #EFF149;
}
</style>
border-color css
<style>
span { border-color: #EFF149; }
span { border-color: rgb(239,241,73); }
td.TdClassName
{
border-color: #EFF149;
}
.TagClassName
{
border-color: #EFF149;
}
</style>