Shades of Paris Daisy #EFEA54
Tints of Paris Daisy #EFEA54
RGB
CMYK
RGB Variations
Color information
#EFEA54 (or 0xEFEA54) is known color: Paris Daisy. HEX triplet: EF, EA and 54. RGB value is (239,234,84). Sum of RGB (Red+Green+Blue) = 239+234+84=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 84 (33.20% from 255 or 15.08% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEA54 is #1015AB. Grayscale: #DBDBDB. Windows color (decimal): -1054124 or 5565167. OLE color: 5565167.
HSL color Cylindrical-coordinate representation of color #EFEA54: hue angle of 58.06º 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 #EFEA54 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 84 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.06 |
| HSL | 58.06º | 0.83% | 0.63% | - |
| HSV(B) | 58.06º | 0.65% | 0.94% | - |
| XYZ | 66.62 | 77.84 | 19.9 | - |
| YUV | 218.4 | 52.16 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 84 | 0 | 0.02 | 0.65 | 0.06 | 58.06 | 0.83 | 0.63 |
| Hex | EF | EA | 54 | 0 | 2 | 41 | 6 | 3A | 53 | 3F |
| Octal | 357 | 352 | 124 | 0 | 2 | 101 | 6 | 72 | 123 | 77 |
| Binary | 11101111 | 11101010 | 1010100 | 0 | 10 | 1000001 | 110 | 111010 | 1010011 | 111111 |
Color Harmonies of #EFEA54
Complementary color
Monochromatic Colors of #EFEA54
Black with #EFEA54
Text Example
Text Example
White with #EFEA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA54; }
p { color: rgb(239,234,84); }
H1.HeaderClassName
{
color: #EFEA54;
}
.AnyTagClassName
{
color: #EFEA54;
}
</style>
background-color css
<style>
a { background-color: #EFEA54; }
a { background-color: rgb(239,234,84); }
div.DivClassName
{
background-color: #EFEA54;
}
.BgClassName
{
background-color: #EFEA54;
}
</style>
border-color css
<style>
span { border-color: #EFEA54; }
span { border-color: rgb(239,234,84); }
td.TdClassName
{
border-color: #EFEA54;
}
.TagClassName
{
border-color: #EFEA54;
}
</style>