Shades of Paris Daisy #EFF953
Tints of Paris Daisy #EFF953
RGB
CMYK
RGB Variations
Color information
#EFF953 (or 0xEFF953) is known color: Paris Daisy. HEX triplet: EF, F9 and 53. RGB value is (239,249,83). Sum of RGB (Red+Green+Blue) = 239+249+83=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 83 (32.81% from 255 or 14.54% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF953 is #1006AC. Grayscale: #E3E3E3. Windows color (decimal): -1050285 or 5503471. OLE color: 5503471.
HSL color Cylindrical-coordinate representation of color #EFF953: hue angle of 63.61º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFF953 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 83 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.02 |
| HSL | 63.61º | 0.93% | 0.65% | - |
| HSV(B) | 63.61º | 0.67% | 0.98% | - |
| XYZ | 71.03 | 86.73 | 21.18 | - |
| YUV | 227.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 83 | 0.04 | 0 | 0.67 | 0.02 | 63.61 | 0.93 | 0.65 |
| Hex | EF | F9 | 53 | 4 | 0 | 43 | 2 | 40 | 5D | 41 |
| Octal | 357 | 371 | 123 | 4 | 0 | 103 | 2 | 100 | 135 | 101 |
| Binary | 11101111 | 11111001 | 1010011 | 100 | 0 | 1000011 | 10 | 1000000 | 1011101 | 1000001 |
Color Harmonies of #EFF953
Complementary color
Monochromatic Colors of #EFF953
Black with #EFF953
Text Example
Text Example
White with #EFF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF953; }
p { color: rgb(239,249,83); }
H1.HeaderClassName
{
color: #EFF953;
}
.AnyTagClassName
{
color: #EFF953;
}
</style>
background-color css
<style>
a { background-color: #EFF953; }
a { background-color: rgb(239,249,83); }
div.DivClassName
{
background-color: #EFF953;
}
.BgClassName
{
background-color: #EFF953;
}
</style>
border-color css
<style>
span { border-color: #EFF953; }
span { border-color: rgb(239,249,83); }
td.TdClassName
{
border-color: #EFF953;
}
.TagClassName
{
border-color: #EFF953;
}
</style>