Shades of Paris Daisy #EFED54
Tints of Paris Daisy #EFED54
RGB
CMYK
RGB Variations
Color information
#EFED54 (or 0xEFED54) is known color: Paris Daisy. HEX triplet: EF, ED and 54. RGB value is (239,237,84). Sum of RGB (Red+Green+Blue) = 239+237+84=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 84 (33.20% from 255 or 15% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED54 is #1012AB. Grayscale: #DCDCDC. Windows color (decimal): -1053356 or 5565935. OLE color: 5565935.
HSL color Cylindrical-coordinate representation of color #EFED54: hue angle of 59.23º 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 #EFED54 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 84 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.06 |
| HSL | 59.23º | 0.83% | 0.63% | - |
| HSV(B) | 59.23º | 0.65% | 0.94% | - |
| XYZ | 67.48 | 79.56 | 20.19 | - |
| YUV | 220.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 84 | 0 | 0.01 | 0.65 | 0.06 | 59.23 | 0.83 | 0.63 |
| Hex | EF | ED | 54 | 0 | 1 | 41 | 6 | 3B | 53 | 3F |
| Octal | 357 | 355 | 124 | 0 | 1 | 101 | 6 | 73 | 123 | 77 |
| Binary | 11101111 | 11101101 | 1010100 | 0 | 1 | 1000001 | 110 | 111011 | 1010011 | 111111 |
Color Harmonies of #EFED54
Complementary color
Monochromatic Colors of #EFED54
Black with #EFED54
Text Example
Text Example
White with #EFED54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED54; }
p { color: rgb(239,237,84); }
H1.HeaderClassName
{
color: #EFED54;
}
.AnyTagClassName
{
color: #EFED54;
}
</style>
background-color css
<style>
a { background-color: #EFED54; }
a { background-color: rgb(239,237,84); }
div.DivClassName
{
background-color: #EFED54;
}
.BgClassName
{
background-color: #EFED54;
}
</style>
border-color css
<style>
span { border-color: #EFED54; }
span { border-color: rgb(239,237,84); }
td.TdClassName
{
border-color: #EFED54;
}
.TagClassName
{
border-color: #EFED54;
}
</style>