Shades of Paris Daisy #FFE54E
Tints of Paris Daisy #FFE54E
RGB
CMYK
RGB Variations
Color information
#FFE54E (or 0xFFE54E) is known color: Paris Daisy. HEX triplet: FF, E5 and 4E. RGB value is (255,229,78). Sum of RGB (Red+Green+Blue) = 255+229+78=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 78 (30.86% from 255 or 13.88% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE54E is #001AB1. Grayscale: #DCDCDC. Windows color (decimal): -6834 or 5170687. OLE color: 5170687.
HSL color Cylindrical-coordinate representation of color #FFE54E: hue angle of 51.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFE54E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 78 | - |
| CMYK | 0 | 0.10 | 0.69 | 0 |
| HSL | 51.19º | 1% | 0.65% | - |
| HSV(B) | 51.19º | 0.69% | 1% | - |
| XYZ | 70.63 | 77.85 | 18.51 | - |
| YUV | 219.56 | 48.11 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 78 | 0 | 0.10 | 0.69 | 0 | 51.19 | 1 | 0.65 |
| Hex | FF | E5 | 4E | 0 | A | 45 | 0 | 33 | 64 | 41 |
| Octal | 377 | 345 | 116 | 0 | 12 | 105 | 0 | 63 | 144 | 101 |
| Binary | 11111111 | 11100101 | 1001110 | 0 | 1010 | 1000101 | 0 | 110011 | 1100100 | 1000001 |
Color Harmonies of #FFE54E
Complementary color
Monochromatic Colors of #FFE54E
Black with #FFE54E
Text Example
Text Example
White with #FFE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE54E; }
p { color: rgb(255,229,78); }
H1.HeaderClassName
{
color: #FFE54E;
}
.AnyTagClassName
{
color: #FFE54E;
}
</style>
background-color css
<style>
a { background-color: #FFE54E; }
a { background-color: rgb(255,229,78); }
div.DivClassName
{
background-color: #FFE54E;
}
.BgClassName
{
background-color: #FFE54E;
}
</style>
border-color css
<style>
span { border-color: #FFE54E; }
span { border-color: rgb(255,229,78); }
td.TdClassName
{
border-color: #FFE54E;
}
.TagClassName
{
border-color: #FFE54E;
}
</style>