Shades of Paris Daisy #EFE54E
Tints of Paris Daisy #EFE54E
RGB
CMYK
RGB Variations
Color information
#EFE54E (or 0xEFE54E) is known color: Paris Daisy. HEX triplet: EF, E5 and 4E. RGB value is (239,229,78). Sum of RGB (Red+Green+Blue) = 239+229+78=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE54E is #101AB1. Grayscale: #D7D7D7. Windows color (decimal): -1055410 or 5170671. OLE color: 5170671.
HSL color Cylindrical-coordinate representation of color #EFE54E: hue angle of 56.27º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFE54E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 78 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.06 |
| HSL | 56.27º | 0.83% | 0.62% | - |
| HSV(B) | 56.27º | 0.67% | 0.94% | - |
| XYZ | 64.99 | 74.94 | 18.25 | - |
| YUV | 214.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 78 | 0 | 0.04 | 0.67 | 0.06 | 56.27 | 0.83 | 0.62 |
| Hex | EF | E5 | 4E | 0 | 4 | 43 | 6 | 38 | 53 | 3E |
| Octal | 357 | 345 | 116 | 0 | 4 | 103 | 6 | 70 | 123 | 76 |
| Binary | 11101111 | 11100101 | 1001110 | 0 | 100 | 1000011 | 110 | 111000 | 1010011 | 111110 |
Color Harmonies of #EFE54E
Complementary color
Monochromatic Colors of #EFE54E
Black with #EFE54E
Text Example
Text Example
White with #EFE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE54E; }
p { color: rgb(239,229,78); }
H1.HeaderClassName
{
color: #EFE54E;
}
.AnyTagClassName
{
color: #EFE54E;
}
</style>
background-color css
<style>
a { background-color: #EFE54E; }
a { background-color: rgb(239,229,78); }
div.DivClassName
{
background-color: #EFE54E;
}
.BgClassName
{
background-color: #EFE54E;
}
</style>
border-color css
<style>
span { border-color: #EFE54E; }
span { border-color: rgb(239,229,78); }
td.TdClassName
{
border-color: #EFE54E;
}
.TagClassName
{
border-color: #EFE54E;
}
</style>