Shades of Paris Daisy #EFF256
Tints of Paris Daisy #EFF256
RGB
CMYK
RGB Variations
Color information
#EFF256 (or 0xEFF256) is known color: Paris Daisy. HEX triplet: EF, F2 and 56. RGB value is (239,242,86). Sum of RGB (Red+Green+Blue) = 239+242+86=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 86 (33.98% from 255 or 15.17% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF256 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF256 is #100DA9. Grayscale: #DFDFDF. Windows color (decimal): -1052074 or 5698287. OLE color: 5698287.
HSL color Cylindrical-coordinate representation of color #EFF256: 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.64%. Process color model (Four color, CMYK) of #EFF256 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 86 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.05 |
| HSL | 61.15º | 0.86% | 0.64% | - |
| HSV(B) | 61.15º | 0.64% | 0.95% | - |
| XYZ | 69.03 | 82.53 | 21.1 | - |
| YUV | 223.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 86 | 0.01 | 0 | 0.64 | 0.05 | 61.15 | 0.86 | 0.64 |
| Hex | EF | F2 | 56 | 1 | 0 | 40 | 5 | 3D | 56 | 40 |
| Octal | 357 | 362 | 126 | 1 | 0 | 100 | 5 | 75 | 126 | 100 |
| Binary | 11101111 | 11110010 | 1010110 | 1 | 0 | 1000000 | 101 | 111101 | 1010110 | 1000000 |
Color Harmonies of #EFF256
Complementary color
Monochromatic Colors of #EFF256
Black with #EFF256
Text Example
Text Example
White with #EFF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF256; }
p { color: rgb(239,242,86); }
H1.HeaderClassName
{
color: #EFF256;
}
.AnyTagClassName
{
color: #EFF256;
}
</style>
background-color css
<style>
a { background-color: #EFF256; }
a { background-color: rgb(239,242,86); }
div.DivClassName
{
background-color: #EFF256;
}
.BgClassName
{
background-color: #EFF256;
}
</style>
border-color css
<style>
span { border-color: #EFF256; }
span { border-color: rgb(239,242,86); }
td.TdClassName
{
border-color: #EFF256;
}
.TagClassName
{
border-color: #EFF256;
}
</style>