Shades of Paris Daisy #EFF045
Tints of Paris Daisy #EFF045
RGB
CMYK
RGB Variations
Color information
#EFF045 (or 0xEFF045) is known color: Paris Daisy. HEX triplet: EF, F0 and 45. RGB value is (239,240,69). Sum of RGB (Red+Green+Blue) = 239+240+69=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF045 is #100FBA. Grayscale: #DCDCDC. Windows color (decimal): -1052603 or 4583663. OLE color: 4583663.
HSL color Cylindrical-coordinate representation of color #EFF045: hue angle of 60.35º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFF045 is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 69 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.06 |
| HSL | 60.35º | 0.85% | 0.61% | - |
| HSV(B) | 60.35º | 0.71% | 0.94% | - |
| XYZ | 67.83 | 81.1 | 17.71 | - |
| YUV | 220.21 | 42.67 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 69 | 0.00 | 0 | 0.71 | 0.06 | 60.35 | 0.85 | 0.61 |
| Hex | EF | F0 | 45 | 0 | 0 | 47 | 6 | 3C | 55 | 3D |
| Octal | 357 | 360 | 105 | 0 | 0 | 107 | 6 | 74 | 125 | 75 |
| Binary | 11101111 | 11110000 | 1000101 | 0 | 0 | 1000111 | 110 | 111100 | 1010101 | 111101 |
Color Harmonies of #EFF045
Complementary color
Monochromatic Colors of #EFF045
Black with #EFF045
Text Example
Text Example
White with #EFF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF045; }
p { color: rgb(239,240,69); }
H1.HeaderClassName
{
color: #EFF045;
}
.AnyTagClassName
{
color: #EFF045;
}
</style>
background-color css
<style>
a { background-color: #EFF045; }
a { background-color: rgb(239,240,69); }
div.DivClassName
{
background-color: #EFF045;
}
.BgClassName
{
background-color: #EFF045;
}
</style>
border-color css
<style>
span { border-color: #EFF045; }
span { border-color: rgb(239,240,69); }
td.TdClassName
{
border-color: #EFF045;
}
.TagClassName
{
border-color: #EFF045;
}
</style>