Shades of Paris Daisy #EFE556
Tints of Paris Daisy #EFE556
RGB
CMYK
RGB Variations
Color information
#EFE556 (or 0xEFE556) is known color: Paris Daisy. HEX triplet: EF, E5 and 56. RGB value is (239,229,86). Sum of RGB (Red+Green+Blue) = 239+229+86=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE556 is #101AA9. Grayscale: #D8D8D8. Windows color (decimal): -1055402 or 5694959. OLE color: 5694959.
HSL color Cylindrical-coordinate representation of color #EFE556: hue angle of 56.08º 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 #EFE556 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 86 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.06 |
| HSL | 56.08º | 0.83% | 0.64% | - |
| HSV(B) | 56.08º | 0.64% | 0.94% | - |
| XYZ | 65.3 | 75.06 | 19.85 | - |
| YUV | 215.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 86 | 0 | 0.04 | 0.64 | 0.06 | 56.08 | 0.83 | 0.64 |
| Hex | EF | E5 | 56 | 0 | 4 | 40 | 6 | 38 | 53 | 40 |
| Octal | 357 | 345 | 126 | 0 | 4 | 100 | 6 | 70 | 123 | 100 |
| Binary | 11101111 | 11100101 | 1010110 | 0 | 100 | 1000000 | 110 | 111000 | 1010011 | 1000000 |
Color Harmonies of #EFE556
Complementary color
Monochromatic Colors of #EFE556
Black with #EFE556
Text Example
Text Example
White with #EFE556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE556; }
p { color: rgb(239,229,86); }
H1.HeaderClassName
{
color: #EFE556;
}
.AnyTagClassName
{
color: #EFE556;
}
</style>
background-color css
<style>
a { background-color: #EFE556; }
a { background-color: rgb(239,229,86); }
div.DivClassName
{
background-color: #EFE556;
}
.BgClassName
{
background-color: #EFE556;
}
</style>
border-color css
<style>
span { border-color: #EFE556; }
span { border-color: rgb(239,229,86); }
td.TdClassName
{
border-color: #EFE556;
}
.TagClassName
{
border-color: #EFE556;
}
</style>