Shades of Paris Daisy #EFEF56
Tints of Paris Daisy #EFEF56
RGB
CMYK
RGB Variations
Color information
#EFEF56 (or 0xEFEF56) is known color: Paris Daisy. HEX triplet: EF, EF and 56. RGB value is (239,239,86). Sum of RGB (Red+Green+Blue) = 239+239+86=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 86 (33.98% from 255 or 15.25% from 564); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF56 is #1010A9. Grayscale: #DEDEDE. Windows color (decimal): -1052842 or 5697519. OLE color: 5697519.
HSL color Cylindrical-coordinate representation of color #EFEF56: hue angle of 60º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFEF56 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 86 | - |
| CMYK | 0 | 0 | 0.64 | 0.06 |
| HSL | 60º | 0.83% | 0.64% | - |
| HSV(B) | 60º | 0.64% | 0.94% | - |
| XYZ | 68.14 | 80.76 | 20.8 | - |
| YUV | 221.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 86 | 0 | 0 | 0.64 | 0.06 | 60 | 0.83 | 0.64 |
| Hex | EF | EF | 56 | 0 | 0 | 40 | 6 | 3C | 53 | 40 |
| Octal | 357 | 357 | 126 | 0 | 0 | 100 | 6 | 74 | 123 | 100 |
| Binary | 11101111 | 11101111 | 1010110 | 0 | 0 | 1000000 | 110 | 111100 | 1010011 | 1000000 |
Color Harmonies of #EFEF56
Complementary color
Monochromatic Colors of #EFEF56
Black with #EFEF56
Text Example
Text Example
White with #EFEF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF56; }
p { color: rgb(239,239,86); }
H1.HeaderClassName
{
color: #EFEF56;
}
.AnyTagClassName
{
color: #EFEF56;
}
</style>
background-color css
<style>
a { background-color: #EFEF56; }
a { background-color: rgb(239,239,86); }
div.DivClassName
{
background-color: #EFEF56;
}
.BgClassName
{
background-color: #EFEF56;
}
</style>
border-color css
<style>
span { border-color: #EFEF56; }
span { border-color: rgb(239,239,86); }
td.TdClassName
{
border-color: #EFEF56;
}
.TagClassName
{
border-color: #EFEF56;
}
</style>