Shades of Paris Daisy #EFF742
Tints of Paris Daisy #EFF742
RGB
CMYK
RGB Variations
Color information
#EFF742 (or 0xEFF742) is known color: Paris Daisy. HEX triplet: EF, F7 and 42. RGB value is (239,247,66). Sum of RGB (Red+Green+Blue) = 239+247+66=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 66 (26.17% from 255 or 11.96% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF742 is #1008BD. Grayscale: #E0E0E0. Windows color (decimal): -1050814 or 4388847. OLE color: 4388847.
HSL color Cylindrical-coordinate representation of color #EFF742: hue angle of 62.65º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFF742 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 66 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.03 |
| HSL | 62.65º | 0.92% | 0.61% | - |
| HSV(B) | 62.65º | 0.73% | 0.97% | - |
| XYZ | 69.84 | 85.27 | 17.93 | - |
| YUV | 223.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 66 | 0.03 | 0 | 0.73 | 0.03 | 62.65 | 0.92 | 0.61 |
| Hex | EF | F7 | 42 | 3 | 0 | 49 | 3 | 3F | 5C | 3D |
| Octal | 357 | 367 | 102 | 3 | 0 | 111 | 3 | 77 | 134 | 75 |
| Binary | 11101111 | 11110111 | 1000010 | 11 | 0 | 1001001 | 11 | 111111 | 1011100 | 111101 |
Color Harmonies of #EFF742
Complementary color
Monochromatic Colors of #EFF742
Black with #EFF742
Text Example
Text Example
White with #EFF742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF742; }
p { color: rgb(239,247,66); }
H1.HeaderClassName
{
color: #EFF742;
}
.AnyTagClassName
{
color: #EFF742;
}
</style>
background-color css
<style>
a { background-color: #EFF742; }
a { background-color: rgb(239,247,66); }
div.DivClassName
{
background-color: #EFF742;
}
.BgClassName
{
background-color: #EFF742;
}
</style>
border-color css
<style>
span { border-color: #EFF742; }
span { border-color: rgb(239,247,66); }
td.TdClassName
{
border-color: #EFF742;
}
.TagClassName
{
border-color: #EFF742;
}
</style>