Shades of Paris Daisy #EFF548
Tints of Paris Daisy #EFF548
RGB
CMYK
RGB Variations
Color information
#EFF548 (or 0xEFF548) is known color: Paris Daisy. HEX triplet: EF, F5 and 48. RGB value is (239,245,72). Sum of RGB (Red+Green+Blue) = 239+245+72=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 72 (28.52% from 255 or 12.95% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF548 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF548 is #100AB7. Grayscale: #E0E0E0. Windows color (decimal): -1051320 or 4781551. OLE color: 4781551.
HSL color Cylindrical-coordinate representation of color #EFF548: hue angle of 62.08º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFF548 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 72 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.04 |
| HSL | 62.08º | 0.9% | 0.62% | - |
| HSV(B) | 62.08º | 0.71% | 0.96% | - |
| XYZ | 69.42 | 84.12 | 18.71 | - |
| YUV | 223.48 | 42.51 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 72 | 0.02 | 0 | 0.71 | 0.04 | 62.08 | 0.9 | 0.62 |
| Hex | EF | F5 | 48 | 2 | 0 | 47 | 4 | 3E | 5A | 3E |
| Octal | 357 | 365 | 110 | 2 | 0 | 107 | 4 | 76 | 132 | 76 |
| Binary | 11101111 | 11110101 | 1001000 | 10 | 0 | 1000111 | 100 | 111110 | 1011010 | 111110 |
Color Harmonies of #EFF548
Complementary color
Monochromatic Colors of #EFF548
Black with #EFF548
Text Example
Text Example
White with #EFF548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF548; }
p { color: rgb(239,245,72); }
H1.HeaderClassName
{
color: #EFF548;
}
.AnyTagClassName
{
color: #EFF548;
}
</style>
background-color css
<style>
a { background-color: #EFF548; }
a { background-color: rgb(239,245,72); }
div.DivClassName
{
background-color: #EFF548;
}
.BgClassName
{
background-color: #EFF548;
}
</style>
border-color css
<style>
span { border-color: #EFF548; }
span { border-color: rgb(239,245,72); }
td.TdClassName
{
border-color: #EFF548;
}
.TagClassName
{
border-color: #EFF548;
}
</style>