Shades of Paris Daisy #EFF052
Tints of Paris Daisy #EFF052
RGB
CMYK
RGB Variations
Color information
#EFF052 (or 0xEFF052) is known color: Paris Daisy. HEX triplet: EF, F0 and 52. RGB value is (239,240,82). Sum of RGB (Red+Green+Blue) = 239+240+82=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF052 is #100FAD. Grayscale: #DEDEDE. Windows color (decimal): -1052590 or 5435631. OLE color: 5435631.
HSL color Cylindrical-coordinate representation of color #EFF052: hue angle of 60.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFF052 is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 82 | - |
| CMYK | 0.00 | 0 | 0.66 | 0.06 |
| HSL | 60.38º | 0.84% | 0.63% | - |
| HSV(B) | 60.38º | 0.66% | 0.94% | - |
| XYZ | 68.28 | 81.28 | 20.07 | - |
| YUV | 221.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 82 | 0.00 | 0 | 0.66 | 0.06 | 60.38 | 0.84 | 0.63 |
| Hex | EF | F0 | 52 | 0 | 0 | 42 | 6 | 3C | 54 | 3F |
| Octal | 357 | 360 | 122 | 0 | 0 | 102 | 6 | 74 | 124 | 77 |
| Binary | 11101111 | 11110000 | 1010010 | 0 | 0 | 1000010 | 110 | 111100 | 1010100 | 111111 |
Color Harmonies of #EFF052
Complementary color
Monochromatic Colors of #EFF052
Black with #EFF052
Text Example
Text Example
White with #EFF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF052; }
p { color: rgb(239,240,82); }
H1.HeaderClassName
{
color: #EFF052;
}
.AnyTagClassName
{
color: #EFF052;
}
</style>
background-color css
<style>
a { background-color: #EFF052; }
a { background-color: rgb(239,240,82); }
div.DivClassName
{
background-color: #EFF052;
}
.BgClassName
{
background-color: #EFF052;
}
</style>
border-color css
<style>
span { border-color: #EFF052; }
span { border-color: rgb(239,240,82); }
td.TdClassName
{
border-color: #EFF052;
}
.TagClassName
{
border-color: #EFF052;
}
</style>