Shades of Paris Daisy #EFEC4E
Tints of Paris Daisy #EFEC4E
RGB
CMYK
RGB Variations
Color information
#EFEC4E (or 0xEFEC4E) is known color: Paris Daisy. HEX triplet: EF, EC and 4E. RGB value is (239,236,78). Sum of RGB (Red+Green+Blue) = 239+236+78=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 78 (30.86% from 255 or 14.10% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC4E is #1013B1. Grayscale: #DBDBDB. Windows color (decimal): -1053618 or 5172463. OLE color: 5172463.
HSL color Cylindrical-coordinate representation of color #EFEC4E: hue angle of 58.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFEC4E is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 78 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.06 |
| HSL | 58.88º | 0.83% | 0.62% | - |
| HSV(B) | 58.88º | 0.67% | 0.94% | - |
| XYZ | 66.97 | 78.89 | 18.91 | - |
| YUV | 218.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 78 | 0 | 0.01 | 0.67 | 0.06 | 58.88 | 0.83 | 0.62 |
| Hex | EF | EC | 4E | 0 | 1 | 43 | 6 | 3B | 53 | 3E |
| Octal | 357 | 354 | 116 | 0 | 1 | 103 | 6 | 73 | 123 | 76 |
| Binary | 11101111 | 11101100 | 1001110 | 0 | 1 | 1000011 | 110 | 111011 | 1010011 | 111110 |
Color Harmonies of #EFEC4E
Complementary color
Monochromatic Colors of #EFEC4E
Black with #EFEC4E
Text Example
Text Example
White with #EFEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC4E; }
p { color: rgb(239,236,78); }
H1.HeaderClassName
{
color: #EFEC4E;
}
.AnyTagClassName
{
color: #EFEC4E;
}
</style>
background-color css
<style>
a { background-color: #EFEC4E; }
a { background-color: rgb(239,236,78); }
div.DivClassName
{
background-color: #EFEC4E;
}
.BgClassName
{
background-color: #EFEC4E;
}
</style>
border-color css
<style>
span { border-color: #EFEC4E; }
span { border-color: rgb(239,236,78); }
td.TdClassName
{
border-color: #EFEC4E;
}
.TagClassName
{
border-color: #EFEC4E;
}
</style>