Shades of Paris Daisy #EFF055
Tints of Paris Daisy #EFF055
RGB
CMYK
RGB Variations
Color information
#EFF055 (or 0xEFF055) is known color: Paris Daisy. HEX triplet: EF, F0 and 55. RGB value is (239,240,85). Sum of RGB (Red+Green+Blue) = 239+240+85=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 85 (33.59% from 255 or 15.07% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF055 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF055 is #100FAA. Grayscale: #DEDEDE. Windows color (decimal): -1052587 or 5632239. OLE color: 5632239.
HSL color Cylindrical-coordinate representation of color #EFF055: hue angle of 60.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFF055 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 85 | - |
| CMYK | 0.00 | 0 | 0.65 | 0.06 |
| HSL | 60.39º | 0.84% | 0.64% | - |
| HSV(B) | 60.39º | 0.65% | 0.94% | - |
| XYZ | 68.4 | 81.33 | 20.69 | - |
| YUV | 222.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 85 | 0.00 | 0 | 0.65 | 0.06 | 60.39 | 0.84 | 0.64 |
| Hex | EF | F0 | 55 | 0 | 0 | 41 | 6 | 3C | 54 | 40 |
| Octal | 357 | 360 | 125 | 0 | 0 | 101 | 6 | 74 | 124 | 100 |
| Binary | 11101111 | 11110000 | 1010101 | 0 | 0 | 1000001 | 110 | 111100 | 1010100 | 1000000 |
Color Harmonies of #EFF055
Complementary color
Monochromatic Colors of #EFF055
Black with #EFF055
Text Example
Text Example
White with #EFF055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF055; }
p { color: rgb(239,240,85); }
H1.HeaderClassName
{
color: #EFF055;
}
.AnyTagClassName
{
color: #EFF055;
}
</style>
background-color css
<style>
a { background-color: #EFF055; }
a { background-color: rgb(239,240,85); }
div.DivClassName
{
background-color: #EFF055;
}
.BgClassName
{
background-color: #EFF055;
}
</style>
border-color css
<style>
span { border-color: #EFF055; }
span { border-color: rgb(239,240,85); }
td.TdClassName
{
border-color: #EFF055;
}
.TagClassName
{
border-color: #EFF055;
}
</style>