Shades of Paris Daisy #EFEB56
Tints of Paris Daisy #EFEB56
RGB
CMYK
RGB Variations
Color information
#EFEB56 (or 0xEFEB56) is known color: Paris Daisy. HEX triplet: EF, EB and 56. RGB value is (239,235,86). Sum of RGB (Red+Green+Blue) = 239+235+86=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 86 (33.98% from 255 or 15.36% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB56 is #1014A9. Grayscale: #DBDBDB. Windows color (decimal): -1053866 or 5696495. OLE color: 5696495.
HSL color Cylindrical-coordinate representation of color #EFEB56: hue angle of 58.43º 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 #EFEB56 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 86 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.06 |
| HSL | 58.43º | 0.83% | 0.64% | - |
| HSV(B) | 58.43º | 0.64% | 0.94% | - |
| XYZ | 66.98 | 78.44 | 20.41 | - |
| YUV | 219.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 86 | 0 | 0.02 | 0.64 | 0.06 | 58.43 | 0.83 | 0.64 |
| Hex | EF | EB | 56 | 0 | 2 | 40 | 6 | 3A | 53 | 40 |
| Octal | 357 | 353 | 126 | 0 | 2 | 100 | 6 | 72 | 123 | 100 |
| Binary | 11101111 | 11101011 | 1010110 | 0 | 10 | 1000000 | 110 | 111010 | 1010011 | 1000000 |
Color Harmonies of #EFEB56
Complementary color
Monochromatic Colors of #EFEB56
Black with #EFEB56
Text Example
Text Example
White with #EFEB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB56; }
p { color: rgb(239,235,86); }
H1.HeaderClassName
{
color: #EFEB56;
}
.AnyTagClassName
{
color: #EFEB56;
}
</style>
background-color css
<style>
a { background-color: #EFEB56; }
a { background-color: rgb(239,235,86); }
div.DivClassName
{
background-color: #EFEB56;
}
.BgClassName
{
background-color: #EFEB56;
}
</style>
border-color css
<style>
span { border-color: #EFEB56; }
span { border-color: rgb(239,235,86); }
td.TdClassName
{
border-color: #EFEB56;
}
.TagClassName
{
border-color: #EFEB56;
}
</style>