Shades of Paris Daisy #EFF348
Tints of Paris Daisy #EFF348
RGB
CMYK
RGB Variations
Color information
#EFF348 (or 0xEFF348) is known color: Paris Daisy. HEX triplet: EF, F3 and 48. RGB value is (239,243,72). Sum of RGB (Red+Green+Blue) = 239+243+72=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 72 (28.52% from 255 or 13.00% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF348 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF348 is #100CB7. Grayscale: #DEDEDE. Windows color (decimal): -1051832 or 4781039. OLE color: 4781039.
HSL color Cylindrical-coordinate representation of color #EFF348: hue angle of 61.4º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFF348 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 72 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.05 |
| HSL | 61.4º | 0.88% | 0.62% | - |
| HSV(B) | 61.4º | 0.7% | 0.95% | - |
| XYZ | 68.82 | 82.92 | 18.51 | - |
| YUV | 222.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 72 | 0.02 | 0 | 0.70 | 0.05 | 61.4 | 0.88 | 0.62 |
| Hex | EF | F3 | 48 | 2 | 0 | 46 | 5 | 3D | 58 | 3E |
| Octal | 357 | 363 | 110 | 2 | 0 | 106 | 5 | 75 | 130 | 76 |
| Binary | 11101111 | 11110011 | 1001000 | 10 | 0 | 1000110 | 101 | 111101 | 1011000 | 111110 |
Color Harmonies of #EFF348
Complementary color
Monochromatic Colors of #EFF348
Black with #EFF348
Text Example
Text Example
White with #EFF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF348; }
p { color: rgb(239,243,72); }
H1.HeaderClassName
{
color: #EFF348;
}
.AnyTagClassName
{
color: #EFF348;
}
</style>
background-color css
<style>
a { background-color: #EFF348; }
a { background-color: rgb(239,243,72); }
div.DivClassName
{
background-color: #EFF348;
}
.BgClassName
{
background-color: #EFF348;
}
</style>
border-color css
<style>
span { border-color: #EFF348; }
span { border-color: rgb(239,243,72); }
td.TdClassName
{
border-color: #EFF348;
}
.TagClassName
{
border-color: #EFF348;
}
</style>