Shades of Paris Daisy #EFEF41
Tints of Paris Daisy #EFEF41
RGB
CMYK
RGB Variations
Color information
#EFEF41 (or 0xEFEF41) is known color: Paris Daisy. HEX triplet: EF, EF and 41. RGB value is (239,239,65). Sum of RGB (Red+Green+Blue) = 239+239+65=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 65 (25.78% from 255 or 11.97% from 543); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF41 is #1010BE. Grayscale: #DBDBDB. Windows color (decimal): -1052863 or 4321263. OLE color: 4321263.
HSL color Cylindrical-coordinate representation of color #EFEF41: hue angle of 60º 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 #EFEF41 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 65 | - |
| CMYK | 0 | 0 | 0.73 | 0.06 |
| HSL | 60º | 0.84% | 0.6% | - |
| HSV(B) | 60º | 0.73% | 0.94% | - |
| XYZ | 67.42 | 80.47 | 16.98 | - |
| YUV | 219.16 | 41 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 65 | 0 | 0 | 0.73 | 0.06 | 60 | 0.84 | 0.6 |
| Hex | EF | EF | 41 | 0 | 0 | 49 | 6 | 3C | 54 | 3C |
| Octal | 357 | 357 | 101 | 0 | 0 | 111 | 6 | 74 | 124 | 74 |
| Binary | 11101111 | 11101111 | 1000001 | 0 | 0 | 1001001 | 110 | 111100 | 1010100 | 111100 |
Color Harmonies of #EFEF41
Complementary color
Monochromatic Colors of #EFEF41
Black with #EFEF41
Text Example
Text Example
White with #EFEF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF41; }
p { color: rgb(239,239,65); }
H1.HeaderClassName
{
color: #EFEF41;
}
.AnyTagClassName
{
color: #EFEF41;
}
</style>
background-color css
<style>
a { background-color: #EFEF41; }
a { background-color: rgb(239,239,65); }
div.DivClassName
{
background-color: #EFEF41;
}
.BgClassName
{
background-color: #EFEF41;
}
</style>
border-color css
<style>
span { border-color: #EFEF41; }
span { border-color: rgb(239,239,65); }
td.TdClassName
{
border-color: #EFEF41;
}
.TagClassName
{
border-color: #EFEF41;
}
</style>