Shades of Paris Daisy #EFE54D
Tints of Paris Daisy #EFE54D
RGB
CMYK
RGB Variations
Color information
#EFE54D (or 0xEFE54D) is known color: Paris Daisy. HEX triplet: EF, E5 and 4D. RGB value is (239,229,77). Sum of RGB (Red+Green+Blue) = 239+229+77=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE54D is #101AB2. Grayscale: #D7D7D7. Windows color (decimal): -1055411 or 5105135. OLE color: 5105135.
HSL color Cylindrical-coordinate representation of color #EFE54D: hue angle of 56.3º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFE54D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 77 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.06 |
| HSL | 56.3º | 0.84% | 0.62% | - |
| HSV(B) | 56.3º | 0.68% | 0.94% | - |
| XYZ | 64.96 | 74.93 | 18.06 | - |
| YUV | 214.66 | 50.31 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 77 | 0 | 0.04 | 0.68 | 0.06 | 56.3 | 0.84 | 0.62 |
| Hex | EF | E5 | 4D | 0 | 4 | 44 | 6 | 38 | 54 | 3E |
| Octal | 357 | 345 | 115 | 0 | 4 | 104 | 6 | 70 | 124 | 76 |
| Binary | 11101111 | 11100101 | 1001101 | 0 | 100 | 1000100 | 110 | 111000 | 1010100 | 111110 |
Color Harmonies of #EFE54D
Complementary color
Monochromatic Colors of #EFE54D
Black with #EFE54D
Text Example
Text Example
White with #EFE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE54D; }
p { color: rgb(239,229,77); }
H1.HeaderClassName
{
color: #EFE54D;
}
.AnyTagClassName
{
color: #EFE54D;
}
</style>
background-color css
<style>
a { background-color: #EFE54D; }
a { background-color: rgb(239,229,77); }
div.DivClassName
{
background-color: #EFE54D;
}
.BgClassName
{
background-color: #EFE54D;
}
</style>
border-color css
<style>
span { border-color: #EFE54D; }
span { border-color: rgb(239,229,77); }
td.TdClassName
{
border-color: #EFE54D;
}
.TagClassName
{
border-color: #EFE54D;
}
</style>