Shades of Paris Daisy #EFF355
Tints of Paris Daisy #EFF355
RGB
CMYK
RGB Variations
Color information
#EFF355 (or 0xEFF355) is known color: Paris Daisy. HEX triplet: EF, F3 and 55. RGB value is (239,243,85). Sum of RGB (Red+Green+Blue) = 239+243+85=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 85 (33.59% from 255 or 14.99% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF355 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF355 is #100CAA. Grayscale: #E0E0E0. Windows color (decimal): -1051819 or 5633007. OLE color: 5633007.
HSL color Cylindrical-coordinate representation of color #EFF355: hue angle of 61.52º degrees, saturation: 0.87, 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 #EFF355 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 85 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.05 |
| HSL | 61.52º | 0.87% | 0.64% | - |
| HSV(B) | 61.52º | 0.65% | 0.95% | - |
| XYZ | 69.29 | 83.11 | 20.98 | - |
| YUV | 223.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 85 | 0.02 | 0 | 0.65 | 0.05 | 61.52 | 0.87 | 0.64 |
| Hex | EF | F3 | 55 | 2 | 0 | 41 | 5 | 3E | 57 | 40 |
| Octal | 357 | 363 | 125 | 2 | 0 | 101 | 5 | 76 | 127 | 100 |
| Binary | 11101111 | 11110011 | 1010101 | 10 | 0 | 1000001 | 101 | 111110 | 1010111 | 1000000 |
Color Harmonies of #EFF355
Complementary color
Monochromatic Colors of #EFF355
Black with #EFF355
Text Example
Text Example
White with #EFF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF355; }
p { color: rgb(239,243,85); }
H1.HeaderClassName
{
color: #EFF355;
}
.AnyTagClassName
{
color: #EFF355;
}
</style>
background-color css
<style>
a { background-color: #EFF355; }
a { background-color: rgb(239,243,85); }
div.DivClassName
{
background-color: #EFF355;
}
.BgClassName
{
background-color: #EFF355;
}
</style>
border-color css
<style>
span { border-color: #EFF355; }
span { border-color: rgb(239,243,85); }
td.TdClassName
{
border-color: #EFF355;
}
.TagClassName
{
border-color: #EFF355;
}
</style>