Shades of Paris Daisy #EFEC53
Tints of Paris Daisy #EFEC53
RGB
CMYK
RGB Variations
Color information
#EFEC53 (or 0xEFEC53) is known color: Paris Daisy. HEX triplet: EF, EC and 53. RGB value is (239,236,83). Sum of RGB (Red+Green+Blue) = 239+236+83=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 83 (32.81% from 255 or 14.87% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC53 is #1013AC. Grayscale: #DCDCDC. Windows color (decimal): -1053613 or 5500143. OLE color: 5500143.
HSL color Cylindrical-coordinate representation of color #EFEC53: hue angle of 58.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFEC53 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 83 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.06 |
| HSL | 58.85º | 0.83% | 0.63% | - |
| HSV(B) | 58.85º | 0.65% | 0.94% | - |
| XYZ | 67.15 | 78.97 | 19.89 | - |
| YUV | 219.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 83 | 0 | 0.01 | 0.65 | 0.06 | 58.85 | 0.83 | 0.63 |
| Hex | EF | EC | 53 | 0 | 1 | 41 | 6 | 3B | 53 | 3F |
| Octal | 357 | 354 | 123 | 0 | 1 | 101 | 6 | 73 | 123 | 77 |
| Binary | 11101111 | 11101100 | 1010011 | 0 | 1 | 1000001 | 110 | 111011 | 1010011 | 111111 |
Color Harmonies of #EFEC53
Complementary color
Monochromatic Colors of #EFEC53
Black with #EFEC53
Text Example
Text Example
White with #EFEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC53; }
p { color: rgb(239,236,83); }
H1.HeaderClassName
{
color: #EFEC53;
}
.AnyTagClassName
{
color: #EFEC53;
}
</style>
background-color css
<style>
a { background-color: #EFEC53; }
a { background-color: rgb(239,236,83); }
div.DivClassName
{
background-color: #EFEC53;
}
.BgClassName
{
background-color: #EFEC53;
}
</style>
border-color css
<style>
span { border-color: #EFEC53; }
span { border-color: rgb(239,236,83); }
td.TdClassName
{
border-color: #EFEC53;
}
.TagClassName
{
border-color: #EFEC53;
}
</style>