Shades of Paris Daisy #EFFC53
Tints of Paris Daisy #EFFC53
RGB
CMYK
RGB Variations
Color information
#EFFC53 (or 0xEFFC53) is known color: Paris Daisy. HEX triplet: EF, FC and 53. RGB value is (239,252,83). Sum of RGB (Red+Green+Blue) = 239+252+83=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 83 (32.81% from 255 or 14.46% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC53 is #1003AC. Grayscale: #E5E5E5. Windows color (decimal): -1049517 or 5504239. OLE color: 5504239.
HSL color Cylindrical-coordinate representation of color #EFFC53: hue angle of 64.62º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFFC53 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 83 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.01 |
| HSL | 64.62º | 0.97% | 0.66% | - |
| HSV(B) | 64.62º | 0.67% | 0.99% | - |
| XYZ | 71.97 | 88.6 | 21.49 | - |
| YUV | 228.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 83 | 0.05 | 0 | 0.67 | 0.01 | 64.62 | 0.97 | 0.66 |
| Hex | EF | FC | 53 | 5 | 0 | 43 | 1 | 41 | 61 | 42 |
| Octal | 357 | 374 | 123 | 5 | 0 | 103 | 1 | 101 | 141 | 102 |
| Binary | 11101111 | 11111100 | 1010011 | 101 | 0 | 1000011 | 1 | 1000001 | 1100001 | 1000010 |
Color Harmonies of #EFFC53
Complementary color
Monochromatic Colors of #EFFC53
Black with #EFFC53
Text Example
Text Example
White with #EFFC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC53; }
p { color: rgb(239,252,83); }
H1.HeaderClassName
{
color: #EFFC53;
}
.AnyTagClassName
{
color: #EFFC53;
}
</style>
background-color css
<style>
a { background-color: #EFFC53; }
a { background-color: rgb(239,252,83); }
div.DivClassName
{
background-color: #EFFC53;
}
.BgClassName
{
background-color: #EFFC53;
}
</style>
border-color css
<style>
span { border-color: #EFFC53; }
span { border-color: rgb(239,252,83); }
td.TdClassName
{
border-color: #EFFC53;
}
.TagClassName
{
border-color: #EFFC53;
}
</style>