Shades of Paris Daisy #EFE54C
Tints of Paris Daisy #EFE54C
RGB
CMYK
RGB Variations
Color information
#EFE54C (or 0xEFE54C) is known color: Paris Daisy. HEX triplet: EF, E5 and 4C. RGB value is (239,229,76). Sum of RGB (Red+Green+Blue) = 239+229+76=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 76 (30.08% from 255 or 13.97% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE54C is #101AB3. Grayscale: #D7D7D7. Windows color (decimal): -1055412 or 5039599. OLE color: 5039599.
HSL color Cylindrical-coordinate representation of color #EFE54C: hue angle of 56.32º 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 #EFE54C is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 76 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.06 |
| HSL | 56.32º | 0.84% | 0.62% | - |
| HSV(B) | 56.32º | 0.68% | 0.94% | - |
| XYZ | 64.92 | 74.91 | 17.88 | - |
| YUV | 214.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 76 | 0 | 0.04 | 0.68 | 0.06 | 56.32 | 0.84 | 0.62 |
| Hex | EF | E5 | 4C | 0 | 4 | 44 | 6 | 38 | 54 | 3E |
| Octal | 357 | 345 | 114 | 0 | 4 | 104 | 6 | 70 | 124 | 76 |
| Binary | 11101111 | 11100101 | 1001100 | 0 | 100 | 1000100 | 110 | 111000 | 1010100 | 111110 |
Color Harmonies of #EFE54C
Complementary color
Monochromatic Colors of #EFE54C
Black with #EFE54C
Text Example
Text Example
White with #EFE54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE54C; }
p { color: rgb(239,229,76); }
H1.HeaderClassName
{
color: #EFE54C;
}
.AnyTagClassName
{
color: #EFE54C;
}
</style>
background-color css
<style>
a { background-color: #EFE54C; }
a { background-color: rgb(239,229,76); }
div.DivClassName
{
background-color: #EFE54C;
}
.BgClassName
{
background-color: #EFE54C;
}
</style>
border-color css
<style>
span { border-color: #EFE54C; }
span { border-color: rgb(239,229,76); }
td.TdClassName
{
border-color: #EFE54C;
}
.TagClassName
{
border-color: #EFE54C;
}
</style>