Shades of Paris Daisy #EFF255
Tints of Paris Daisy #EFF255
RGB
CMYK
RGB Variations
Color information
#EFF255 (or 0xEFF255) is known color: Paris Daisy. HEX triplet: EF, F2 and 55. RGB value is (239,242,85). Sum of RGB (Red+Green+Blue) = 239+242+85=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 85 (33.59% from 255 or 15.02% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF255 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF255 is #100DAA. Grayscale: #DFDFDF. Windows color (decimal): -1052075 or 5632751. OLE color: 5632751.
HSL color Cylindrical-coordinate representation of color #EFF255: hue angle of 61.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFF255 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 85 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.05 |
| HSL | 61.15º | 0.86% | 0.64% | - |
| HSV(B) | 61.15º | 0.65% | 0.95% | - |
| XYZ | 68.99 | 82.51 | 20.88 | - |
| YUV | 223.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 85 | 0.01 | 0 | 0.65 | 0.05 | 61.15 | 0.86 | 0.64 |
| Hex | EF | F2 | 55 | 1 | 0 | 41 | 5 | 3D | 56 | 40 |
| Octal | 357 | 362 | 125 | 1 | 0 | 101 | 5 | 75 | 126 | 100 |
| Binary | 11101111 | 11110010 | 1010101 | 1 | 0 | 1000001 | 101 | 111101 | 1010110 | 1000000 |
Color Harmonies of #EFF255
Complementary color
Monochromatic Colors of #EFF255
Black with #EFF255
Text Example
Text Example
White with #EFF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF255; }
p { color: rgb(239,242,85); }
H1.HeaderClassName
{
color: #EFF255;
}
.AnyTagClassName
{
color: #EFF255;
}
</style>
background-color css
<style>
a { background-color: #EFF255; }
a { background-color: rgb(239,242,85); }
div.DivClassName
{
background-color: #EFF255;
}
.BgClassName
{
background-color: #EFF255;
}
</style>
border-color css
<style>
span { border-color: #EFF255; }
span { border-color: rgb(239,242,85); }
td.TdClassName
{
border-color: #EFF255;
}
.TagClassName
{
border-color: #EFF255;
}
</style>