Shades of Paris Daisy #EFE554
Tints of Paris Daisy #EFE554
RGB
CMYK
RGB Variations
Color information
#EFE554 (or 0xEFE554) is known color: Paris Daisy. HEX triplet: EF, E5 and 54. RGB value is (239,229,84). Sum of RGB (Red+Green+Blue) = 239+229+84=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 84 (33.20% from 255 or 15.22% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE554 is #101AAB. Grayscale: #D8D8D8. Windows color (decimal): -1055404 or 5563887. OLE color: 5563887.
HSL color Cylindrical-coordinate representation of color #EFE554: hue angle of 56.13º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFE554 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 84 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.06 |
| HSL | 56.13º | 0.83% | 0.63% | - |
| HSV(B) | 56.13º | 0.65% | 0.94% | - |
| XYZ | 65.22 | 75.03 | 19.43 | - |
| YUV | 215.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 84 | 0 | 0.04 | 0.65 | 0.06 | 56.13 | 0.83 | 0.63 |
| Hex | EF | E5 | 54 | 0 | 4 | 41 | 6 | 38 | 53 | 3F |
| Octal | 357 | 345 | 124 | 0 | 4 | 101 | 6 | 70 | 123 | 77 |
| Binary | 11101111 | 11100101 | 1010100 | 0 | 100 | 1000001 | 110 | 111000 | 1010011 | 111111 |
Color Harmonies of #EFE554
Complementary color
Monochromatic Colors of #EFE554
Black with #EFE554
Text Example
Text Example
White with #EFE554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE554; }
p { color: rgb(239,229,84); }
H1.HeaderClassName
{
color: #EFE554;
}
.AnyTagClassName
{
color: #EFE554;
}
</style>
background-color css
<style>
a { background-color: #EFE554; }
a { background-color: rgb(239,229,84); }
div.DivClassName
{
background-color: #EFE554;
}
.BgClassName
{
background-color: #EFE554;
}
</style>
border-color css
<style>
span { border-color: #EFE554; }
span { border-color: rgb(239,229,84); }
td.TdClassName
{
border-color: #EFE554;
}
.TagClassName
{
border-color: #EFE554;
}
</style>