Shades of Paris Daisy #EFF253
Tints of Paris Daisy #EFF253
RGB
CMYK
RGB Variations
Color information
#EFF253 (or 0xEFF253) is known color: Paris Daisy. HEX triplet: EF, F2 and 53. RGB value is (239,242,83). Sum of RGB (Red+Green+Blue) = 239+242+83=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 83 (32.81% from 255 or 14.72% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF253 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF253 is #100DAC. Grayscale: #DFDFDF. Windows color (decimal): -1052077 or 5501679. OLE color: 5501679.
HSL color Cylindrical-coordinate representation of color #EFF253: hue angle of 61.13º degrees, saturation: 0.86, 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 #EFF253 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 83 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.05 |
| HSL | 61.13º | 0.86% | 0.64% | - |
| HSV(B) | 61.13º | 0.66% | 0.95% | - |
| XYZ | 68.91 | 82.48 | 20.47 | - |
| YUV | 222.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 83 | 0.01 | 0 | 0.66 | 0.05 | 61.13 | 0.86 | 0.64 |
| Hex | EF | F2 | 53 | 1 | 0 | 42 | 5 | 3D | 56 | 40 |
| Octal | 357 | 362 | 123 | 1 | 0 | 102 | 5 | 75 | 126 | 100 |
| Binary | 11101111 | 11110010 | 1010011 | 1 | 0 | 1000010 | 101 | 111101 | 1010110 | 1000000 |
Color Harmonies of #EFF253
Complementary color
Monochromatic Colors of #EFF253
Black with #EFF253
Text Example
Text Example
White with #EFF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF253; }
p { color: rgb(239,242,83); }
H1.HeaderClassName
{
color: #EFF253;
}
.AnyTagClassName
{
color: #EFF253;
}
</style>
background-color css
<style>
a { background-color: #EFF253; }
a { background-color: rgb(239,242,83); }
div.DivClassName
{
background-color: #EFF253;
}
.BgClassName
{
background-color: #EFF253;
}
</style>
border-color css
<style>
span { border-color: #EFF253; }
span { border-color: rgb(239,242,83); }
td.TdClassName
{
border-color: #EFF253;
}
.TagClassName
{
border-color: #EFF253;
}
</style>