Shades of Paris Daisy #EFF050
Tints of Paris Daisy #EFF050
RGB
CMYK
RGB Variations
Color information
#EFF050 (or 0xEFF050) is known color: Paris Daisy. HEX triplet: EF, F0 and 50. RGB value is (239,240,80). Sum of RGB (Red+Green+Blue) = 239+240+80=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 80 (31.64% from 255 or 14.31% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF050 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF050 is #100FAF. Grayscale: #DEDEDE. Windows color (decimal): -1052592 or 5304559. OLE color: 5304559.
HSL color Cylindrical-coordinate representation of color #EFF050: hue angle of 60.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFF050 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 80 | - |
| CMYK | 0.00 | 0 | 0.67 | 0.06 |
| HSL | 60.38º | 0.84% | 0.63% | - |
| HSV(B) | 60.38º | 0.67% | 0.94% | - |
| XYZ | 68.2 | 81.25 | 19.68 | - |
| YUV | 221.46 | 48.17 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 80 | 0.00 | 0 | 0.67 | 0.06 | 60.38 | 0.84 | 0.63 |
| Hex | EF | F0 | 50 | 0 | 0 | 43 | 6 | 3C | 54 | 3F |
| Octal | 357 | 360 | 120 | 0 | 0 | 103 | 6 | 74 | 124 | 77 |
| Binary | 11101111 | 11110000 | 1010000 | 0 | 0 | 1000011 | 110 | 111100 | 1010100 | 111111 |
Color Harmonies of #EFF050
Complementary color
Monochromatic Colors of #EFF050
Black with #EFF050
Text Example
Text Example
White with #EFF050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF050; }
p { color: rgb(239,240,80); }
H1.HeaderClassName
{
color: #EFF050;
}
.AnyTagClassName
{
color: #EFF050;
}
</style>
background-color css
<style>
a { background-color: #EFF050; }
a { background-color: rgb(239,240,80); }
div.DivClassName
{
background-color: #EFF050;
}
.BgClassName
{
background-color: #EFF050;
}
</style>
border-color css
<style>
span { border-color: #EFF050; }
span { border-color: rgb(239,240,80); }
td.TdClassName
{
border-color: #EFF050;
}
.TagClassName
{
border-color: #EFF050;
}
</style>