Shades of Paris Daisy #EFF755
Tints of Paris Daisy #EFF755
RGB
CMYK
RGB Variations
Color information
#EFF755 (or 0xEFF755) is known color: Paris Daisy. HEX triplet: EF, F7 and 55. RGB value is (239,247,85). Sum of RGB (Red+Green+Blue) = 239+247+85=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 85 (33.59% from 255 or 14.89% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF755 is #1008AA. Grayscale: #E2E2E2. Windows color (decimal): -1050795 or 5634031. OLE color: 5634031.
HSL color Cylindrical-coordinate representation of color #EFF755: hue angle of 62.96º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFF755 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 85 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.03 |
| HSL | 62.96º | 0.91% | 0.65% | - |
| HSV(B) | 62.96º | 0.66% | 0.97% | - |
| XYZ | 70.5 | 85.53 | 21.39 | - |
| YUV | 226.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 85 | 0.03 | 0 | 0.66 | 0.03 | 62.96 | 0.91 | 0.65 |
| Hex | EF | F7 | 55 | 3 | 0 | 42 | 3 | 3F | 5B | 41 |
| Octal | 357 | 367 | 125 | 3 | 0 | 102 | 3 | 77 | 133 | 101 |
| Binary | 11101111 | 11110111 | 1010101 | 11 | 0 | 1000010 | 11 | 111111 | 1011011 | 1000001 |
Color Harmonies of #EFF755
Complementary color
Monochromatic Colors of #EFF755
Black with #EFF755
Text Example
Text Example
White with #EFF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF755; }
p { color: rgb(239,247,85); }
H1.HeaderClassName
{
color: #EFF755;
}
.AnyTagClassName
{
color: #EFF755;
}
</style>
background-color css
<style>
a { background-color: #EFF755; }
a { background-color: rgb(239,247,85); }
div.DivClassName
{
background-color: #EFF755;
}
.BgClassName
{
background-color: #EFF755;
}
</style>
border-color css
<style>
span { border-color: #EFF755; }
span { border-color: rgb(239,247,85); }
td.TdClassName
{
border-color: #EFF755;
}
.TagClassName
{
border-color: #EFF755;
}
</style>