Shades of Paris Daisy #EFF349
Tints of Paris Daisy #EFF349
RGB
CMYK
RGB Variations
Color information
#EFF349 (or 0xEFF349) is known color: Paris Daisy. HEX triplet: EF, F3 and 49. RGB value is (239,243,73). Sum of RGB (Red+Green+Blue) = 239+243+73=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 73 (28.91% from 255 or 13.15% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF349 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF349 is #100CB6. Grayscale: #DFDFDF. Windows color (decimal): -1051831 or 4846575. OLE color: 4846575.
HSL color Cylindrical-coordinate representation of color #EFF349: hue angle of 61.41º 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 #EFF349 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 73 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.05 |
| HSL | 61.41º | 0.88% | 0.62% | - |
| HSV(B) | 61.41º | 0.7% | 0.95% | - |
| XYZ | 68.85 | 82.93 | 18.68 | - |
| YUV | 222.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 73 | 0.02 | 0 | 0.70 | 0.05 | 61.41 | 0.88 | 0.62 |
| Hex | EF | F3 | 49 | 2 | 0 | 46 | 5 | 3D | 58 | 3E |
| Octal | 357 | 363 | 111 | 2 | 0 | 106 | 5 | 75 | 130 | 76 |
| Binary | 11101111 | 11110011 | 1001001 | 10 | 0 | 1000110 | 101 | 111101 | 1011000 | 111110 |
Color Harmonies of #EFF349
Complementary color
Monochromatic Colors of #EFF349
Black with #EFF349
Text Example
Text Example
White with #EFF349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF349; }
p { color: rgb(239,243,73); }
H1.HeaderClassName
{
color: #EFF349;
}
.AnyTagClassName
{
color: #EFF349;
}
</style>
background-color css
<style>
a { background-color: #EFF349; }
a { background-color: rgb(239,243,73); }
div.DivClassName
{
background-color: #EFF349;
}
.BgClassName
{
background-color: #EFF349;
}
</style>
border-color css
<style>
span { border-color: #EFF349; }
span { border-color: rgb(239,243,73); }
td.TdClassName
{
border-color: #EFF349;
}
.TagClassName
{
border-color: #EFF349;
}
</style>