Shades of Paris Daisy #EFEE56
Tints of Paris Daisy #EFEE56
RGB
CMYK
RGB Variations
Color information
#EFEE56 (or 0xEFEE56) is known color: Paris Daisy. HEX triplet: EF, EE and 56. RGB value is (239,238,86). Sum of RGB (Red+Green+Blue) = 239+238+86=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 86 (33.98% from 255 or 15.28% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE56 is #1011A9. Grayscale: #DDDDDD. Windows color (decimal): -1053098 or 5697263. OLE color: 5697263.
HSL color Cylindrical-coordinate representation of color #EFEE56: hue angle of 59.61º 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 #EFEE56 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 86 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.06 |
| HSL | 59.61º | 0.83% | 0.64% | - |
| HSV(B) | 59.61º | 0.64% | 0.94% | - |
| XYZ | 67.85 | 80.17 | 20.7 | - |
| YUV | 220.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 86 | 0 | 0.00 | 0.64 | 0.06 | 59.61 | 0.83 | 0.64 |
| Hex | EF | EE | 56 | 0 | 0 | 40 | 6 | 3C | 53 | 40 |
| Octal | 357 | 356 | 126 | 0 | 0 | 100 | 6 | 74 | 123 | 100 |
| Binary | 11101111 | 11101110 | 1010110 | 0 | 0 | 1000000 | 110 | 111100 | 1010011 | 1000000 |
Color Harmonies of #EFEE56
Complementary color
Monochromatic Colors of #EFEE56
Black with #EFEE56
Text Example
Text Example
White with #EFEE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE56; }
p { color: rgb(239,238,86); }
H1.HeaderClassName
{
color: #EFEE56;
}
.AnyTagClassName
{
color: #EFEE56;
}
</style>
background-color css
<style>
a { background-color: #EFEE56; }
a { background-color: rgb(239,238,86); }
div.DivClassName
{
background-color: #EFEE56;
}
.BgClassName
{
background-color: #EFEE56;
}
</style>
border-color css
<style>
span { border-color: #EFEE56; }
span { border-color: rgb(239,238,86); }
td.TdClassName
{
border-color: #EFEE56;
}
.TagClassName
{
border-color: #EFEE56;
}
</style>