Shades of Paris Daisy #EFF350
Tints of Paris Daisy #EFF350
RGB
CMYK
RGB Variations
Color information
#EFF350 (or 0xEFF350) is known color: Paris Daisy. HEX triplet: EF, F3 and 50. RGB value is (239,243,80). Sum of RGB (Red+Green+Blue) = 239+243+80=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 80 (31.64% from 255 or 14.23% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF350 is #100CAF. Grayscale: #DFDFDF. Windows color (decimal): -1051824 or 5305327. OLE color: 5305327.
HSL color Cylindrical-coordinate representation of color #EFF350: hue angle of 61.47º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFF350 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 80 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.05 |
| HSL | 61.47º | 0.87% | 0.63% | - |
| HSV(B) | 61.47º | 0.67% | 0.95% | - |
| XYZ | 69.1 | 83.03 | 19.97 | - |
| YUV | 223.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 80 | 0.02 | 0 | 0.67 | 0.05 | 61.47 | 0.87 | 0.63 |
| Hex | EF | F3 | 50 | 2 | 0 | 43 | 5 | 3D | 57 | 3F |
| Octal | 357 | 363 | 120 | 2 | 0 | 103 | 5 | 75 | 127 | 77 |
| Binary | 11101111 | 11110011 | 1010000 | 10 | 0 | 1000011 | 101 | 111101 | 1010111 | 111111 |
Color Harmonies of #EFF350
Complementary color
Monochromatic Colors of #EFF350
Black with #EFF350
Text Example
Text Example
White with #EFF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF350; }
p { color: rgb(239,243,80); }
H1.HeaderClassName
{
color: #EFF350;
}
.AnyTagClassName
{
color: #EFF350;
}
</style>
background-color css
<style>
a { background-color: #EFF350; }
a { background-color: rgb(239,243,80); }
div.DivClassName
{
background-color: #EFF350;
}
.BgClassName
{
background-color: #EFF350;
}
</style>
border-color css
<style>
span { border-color: #EFF350; }
span { border-color: rgb(239,243,80); }
td.TdClassName
{
border-color: #EFF350;
}
.TagClassName
{
border-color: #EFF350;
}
</style>