Shades of Paris Daisy #EFF645
Tints of Paris Daisy #EFF645
RGB
CMYK
RGB Variations
Color information
#EFF645 (or 0xEFF645) is known color: Paris Daisy. HEX triplet: EF, F6 and 45. RGB value is (239,246,69). Sum of RGB (Red+Green+Blue) = 239+246+69=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 69 (27.34% from 255 or 12.45% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF645 is #1009BA. Grayscale: #E0E0E0. Windows color (decimal): -1051067 or 4585199. OLE color: 4585199.
HSL color Cylindrical-coordinate representation of color #EFF645: hue angle of 62.37º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFF645 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 69 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.04 |
| HSL | 62.37º | 0.91% | 0.62% | - |
| HSV(B) | 62.37º | 0.72% | 0.96% | - |
| XYZ | 69.63 | 84.69 | 18.31 | - |
| YUV | 223.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 69 | 0.03 | 0 | 0.72 | 0.04 | 62.37 | 0.91 | 0.62 |
| Hex | EF | F6 | 45 | 3 | 0 | 48 | 4 | 3E | 5B | 3E |
| Octal | 357 | 366 | 105 | 3 | 0 | 110 | 4 | 76 | 133 | 76 |
| Binary | 11101111 | 11110110 | 1000101 | 11 | 0 | 1001000 | 100 | 111110 | 1011011 | 111110 |
Color Harmonies of #EFF645
Complementary color
Monochromatic Colors of #EFF645
Black with #EFF645
Text Example
Text Example
White with #EFF645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF645; }
p { color: rgb(239,246,69); }
H1.HeaderClassName
{
color: #EFF645;
}
.AnyTagClassName
{
color: #EFF645;
}
</style>
background-color css
<style>
a { background-color: #EFF645; }
a { background-color: rgb(239,246,69); }
div.DivClassName
{
background-color: #EFF645;
}
.BgClassName
{
background-color: #EFF645;
}
</style>
border-color css
<style>
span { border-color: #EFF645; }
span { border-color: rgb(239,246,69); }
td.TdClassName
{
border-color: #EFF645;
}
.TagClassName
{
border-color: #EFF645;
}
</style>