Shades of Paris Daisy #FFE54A
Tints of Paris Daisy #FFE54A
RGB
CMYK
RGB Variations
Color information
#FFE54A (or 0xFFE54A) is known color: Paris Daisy. HEX triplet: FF, E5 and 4A. RGB value is (255,229,74). Sum of RGB (Red+Green+Blue) = 255+229+74=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 74 (29.30% from 255 or 13.26% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE54A is #001AB5. Grayscale: #DBDBDB. Windows color (decimal): -6838 or 4908543. OLE color: 4908543.
HSL color Cylindrical-coordinate representation of color #FFE54A: hue angle of 51.38º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFE54A is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 74 | - |
| CMYK | 0 | 0.10 | 0.71 | 0 |
| HSL | 51.38º | 1% | 0.65% | - |
| HSV(B) | 51.38º | 0.71% | 1% | - |
| XYZ | 70.5 | 77.79 | 17.78 | - |
| YUV | 219.1 | 46.11 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 74 | 0 | 0.10 | 0.71 | 0 | 51.38 | 1 | 0.65 |
| Hex | FF | E5 | 4A | 0 | A | 47 | 0 | 33 | 64 | 41 |
| Octal | 377 | 345 | 112 | 0 | 12 | 107 | 0 | 63 | 144 | 101 |
| Binary | 11111111 | 11100101 | 1001010 | 0 | 1010 | 1000111 | 0 | 110011 | 1100100 | 1000001 |
Color Harmonies of #FFE54A
Complementary color
Monochromatic Colors of #FFE54A
Black with #FFE54A
Text Example
Text Example
White with #FFE54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE54A; }
p { color: rgb(255,229,74); }
H1.HeaderClassName
{
color: #FFE54A;
}
.AnyTagClassName
{
color: #FFE54A;
}
</style>
background-color css
<style>
a { background-color: #FFE54A; }
a { background-color: rgb(255,229,74); }
div.DivClassName
{
background-color: #FFE54A;
}
.BgClassName
{
background-color: #FFE54A;
}
</style>
border-color css
<style>
span { border-color: #FFE54A; }
span { border-color: rgb(255,229,74); }
td.TdClassName
{
border-color: #FFE54A;
}
.TagClassName
{
border-color: #FFE54A;
}
</style>