Shades of Paris Daisy #EFF352
Tints of Paris Daisy #EFF352
RGB
CMYK
RGB Variations
Color information
#EFF352 (or 0xEFF352) is known color: Paris Daisy. HEX triplet: EF, F3 and 52. RGB value is (239,243,82). Sum of RGB (Red+Green+Blue) = 239+243+82=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 82 (32.42% from 255 or 14.54% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF352 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF352 is #100CAD. Grayscale: #E0E0E0. Windows color (decimal): -1051822 or 5436399. OLE color: 5436399.
HSL color Cylindrical-coordinate representation of color #EFF352: hue angle of 61.49º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFF352 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 82 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.05 |
| HSL | 61.49º | 0.87% | 0.64% | - |
| HSV(B) | 61.49º | 0.66% | 0.95% | - |
| XYZ | 69.17 | 83.06 | 20.37 | - |
| YUV | 223.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 82 | 0.02 | 0 | 0.66 | 0.05 | 61.49 | 0.87 | 0.64 |
| Hex | EF | F3 | 52 | 2 | 0 | 42 | 5 | 3D | 57 | 40 |
| Octal | 357 | 363 | 122 | 2 | 0 | 102 | 5 | 75 | 127 | 100 |
| Binary | 11101111 | 11110011 | 1010010 | 10 | 0 | 1000010 | 101 | 111101 | 1010111 | 1000000 |
Color Harmonies of #EFF352
Complementary color
Monochromatic Colors of #EFF352
Black with #EFF352
Text Example
Text Example
White with #EFF352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF352; }
p { color: rgb(239,243,82); }
H1.HeaderClassName
{
color: #EFF352;
}
.AnyTagClassName
{
color: #EFF352;
}
</style>
background-color css
<style>
a { background-color: #EFF352; }
a { background-color: rgb(239,243,82); }
div.DivClassName
{
background-color: #EFF352;
}
.BgClassName
{
background-color: #EFF352;
}
</style>
border-color css
<style>
span { border-color: #EFF352; }
span { border-color: rgb(239,243,82); }
td.TdClassName
{
border-color: #EFF352;
}
.TagClassName
{
border-color: #EFF352;
}
</style>