Shades of Paris Daisy #EFEC41
Tints of Paris Daisy #EFEC41
RGB
CMYK
RGB Variations
Color information
#EFEC41 (or 0xEFEC41) is known color: Paris Daisy. HEX triplet: EF, EC and 41. RGB value is (239,236,65). Sum of RGB (Red+Green+Blue) = 239+236+65=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 65 (25.78% from 255 or 12.04% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC41 is #1013BE. Grayscale: #DADADA. Windows color (decimal): -1053631 or 4320495. OLE color: 4320495.
HSL color Cylindrical-coordinate representation of color #EFEC41: hue angle of 58.97º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFEC41 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 65 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.06 |
| HSL | 58.97º | 0.84% | 0.6% | - |
| HSV(B) | 58.97º | 0.73% | 0.94% | - |
| XYZ | 66.55 | 78.72 | 16.69 | - |
| YUV | 217.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 65 | 0 | 0.01 | 0.73 | 0.06 | 58.97 | 0.84 | 0.6 |
| Hex | EF | EC | 41 | 0 | 1 | 49 | 6 | 3B | 54 | 3C |
| Octal | 357 | 354 | 101 | 0 | 1 | 111 | 6 | 73 | 124 | 74 |
| Binary | 11101111 | 11101100 | 1000001 | 0 | 1 | 1001001 | 110 | 111011 | 1010100 | 111100 |
Color Harmonies of #EFEC41
Complementary color
Monochromatic Colors of #EFEC41
Black with #EFEC41
Text Example
Text Example
White with #EFEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC41; }
p { color: rgb(239,236,65); }
H1.HeaderClassName
{
color: #EFEC41;
}
.AnyTagClassName
{
color: #EFEC41;
}
</style>
background-color css
<style>
a { background-color: #EFEC41; }
a { background-color: rgb(239,236,65); }
div.DivClassName
{
background-color: #EFEC41;
}
.BgClassName
{
background-color: #EFEC41;
}
</style>
border-color css
<style>
span { border-color: #EFEC41; }
span { border-color: rgb(239,236,65); }
td.TdClassName
{
border-color: #EFEC41;
}
.TagClassName
{
border-color: #EFEC41;
}
</style>