Shades of Paris Daisy #EFE555
Tints of Paris Daisy #EFE555
RGB
CMYK
RGB Variations
Color information
#EFE555 (or 0xEFE555) is known color: Paris Daisy. HEX triplet: EF, E5 and 55. RGB value is (239,229,85). Sum of RGB (Red+Green+Blue) = 239+229+85=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE555 is #101AAA. Grayscale: #D8D8D8. Windows color (decimal): -1055403 or 5629423. OLE color: 5629423.
HSL color Cylindrical-coordinate representation of color #EFE555: hue angle of 56.1º 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 #EFE555 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 85 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.06 |
| HSL | 56.1º | 0.83% | 0.64% | - |
| HSV(B) | 56.1º | 0.64% | 0.94% | - |
| XYZ | 65.26 | 75.05 | 19.64 | - |
| YUV | 215.57 | 54.31 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 85 | 0 | 0.04 | 0.64 | 0.06 | 56.1 | 0.83 | 0.64 |
| Hex | EF | E5 | 55 | 0 | 4 | 40 | 6 | 38 | 53 | 40 |
| Octal | 357 | 345 | 125 | 0 | 4 | 100 | 6 | 70 | 123 | 100 |
| Binary | 11101111 | 11100101 | 1010101 | 0 | 100 | 1000000 | 110 | 111000 | 1010011 | 1000000 |
Color Harmonies of #EFE555
Complementary color
Monochromatic Colors of #EFE555
Black with #EFE555
Text Example
Text Example
White with #EFE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE555; }
p { color: rgb(239,229,85); }
H1.HeaderClassName
{
color: #EFE555;
}
.AnyTagClassName
{
color: #EFE555;
}
</style>
background-color css
<style>
a { background-color: #EFE555; }
a { background-color: rgb(239,229,85); }
div.DivClassName
{
background-color: #EFE555;
}
.BgClassName
{
background-color: #EFE555;
}
</style>
border-color css
<style>
span { border-color: #EFE555; }
span { border-color: rgb(239,229,85); }
td.TdClassName
{
border-color: #EFE555;
}
.TagClassName
{
border-color: #EFE555;
}
</style>