Shades of Paris Daisy #EFF555
Tints of Paris Daisy #EFF555
RGB
CMYK
RGB Variations
Color information
#EFF555 (or 0xEFF555) is known color: Paris Daisy. HEX triplet: EF, F5 and 55. RGB value is (239,245,85). Sum of RGB (Red+Green+Blue) = 239+245+85=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 85 (33.59% from 255 or 14.94% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF555 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF555 is #100AAA. Grayscale: #E1E1E1. Windows color (decimal): -1051307 or 5633519. OLE color: 5633519.
HSL color Cylindrical-coordinate representation of color #EFF555: hue angle of 62.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFF555 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 85 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.04 |
| HSL | 62.25º | 0.89% | 0.65% | - |
| HSV(B) | 62.25º | 0.65% | 0.96% | - |
| XYZ | 69.89 | 84.31 | 21.18 | - |
| YUV | 224.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 85 | 0.02 | 0 | 0.65 | 0.04 | 62.25 | 0.89 | 0.65 |
| Hex | EF | F5 | 55 | 2 | 0 | 41 | 4 | 3E | 59 | 41 |
| Octal | 357 | 365 | 125 | 2 | 0 | 101 | 4 | 76 | 131 | 101 |
| Binary | 11101111 | 11110101 | 1010101 | 10 | 0 | 1000001 | 100 | 111110 | 1011001 | 1000001 |
Color Harmonies of #EFF555
Complementary color
Monochromatic Colors of #EFF555
Black with #EFF555
Text Example
Text Example
White with #EFF555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF555; }
p { color: rgb(239,245,85); }
H1.HeaderClassName
{
color: #EFF555;
}
.AnyTagClassName
{
color: #EFF555;
}
</style>
background-color css
<style>
a { background-color: #EFF555; }
a { background-color: rgb(239,245,85); }
div.DivClassName
{
background-color: #EFF555;
}
.BgClassName
{
background-color: #EFF555;
}
</style>
border-color css
<style>
span { border-color: #EFF555; }
span { border-color: rgb(239,245,85); }
td.TdClassName
{
border-color: #EFF555;
}
.TagClassName
{
border-color: #EFF555;
}
</style>