Shades of Paris Daisy #EFEC4A
Tints of Paris Daisy #EFEC4A
RGB
CMYK
RGB Variations
Color information
#EFEC4A (or 0xEFEC4A) is known color: Paris Daisy. HEX triplet: EF, EC and 4A. RGB value is (239,236,74). Sum of RGB (Red+Green+Blue) = 239+236+74=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC4A is #1013B5. Grayscale: #DBDBDB. Windows color (decimal): -1053622 or 4910319. OLE color: 4910319.
HSL color Cylindrical-coordinate representation of color #EFEC4A: hue angle of 58.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFEC4A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 74 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.06 |
| HSL | 58.91º | 0.84% | 0.61% | - |
| HSV(B) | 58.91º | 0.69% | 0.94% | - |
| XYZ | 66.83 | 78.84 | 18.17 | - |
| YUV | 218.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 74 | 0 | 0.01 | 0.69 | 0.06 | 58.91 | 0.84 | 0.61 |
| Hex | EF | EC | 4A | 0 | 1 | 45 | 6 | 3B | 54 | 3D |
| Octal | 357 | 354 | 112 | 0 | 1 | 105 | 6 | 73 | 124 | 75 |
| Binary | 11101111 | 11101100 | 1001010 | 0 | 1 | 1000101 | 110 | 111011 | 1010100 | 111101 |
Color Harmonies of #EFEC4A
Complementary color
Monochromatic Colors of #EFEC4A
Black with #EFEC4A
Text Example
Text Example
White with #EFEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC4A; }
p { color: rgb(239,236,74); }
H1.HeaderClassName
{
color: #EFEC4A;
}
.AnyTagClassName
{
color: #EFEC4A;
}
</style>
background-color css
<style>
a { background-color: #EFEC4A; }
a { background-color: rgb(239,236,74); }
div.DivClassName
{
background-color: #EFEC4A;
}
.BgClassName
{
background-color: #EFEC4A;
}
</style>
border-color css
<style>
span { border-color: #EFEC4A; }
span { border-color: rgb(239,236,74); }
td.TdClassName
{
border-color: #EFEC4A;
}
.TagClassName
{
border-color: #EFEC4A;
}
</style>