Shades of Paris Daisy #FFE54B
Tints of Paris Daisy #FFE54B
RGB
CMYK
RGB Variations
Color information
#FFE54B (or 0xFFE54B) is known color: Paris Daisy. HEX triplet: FF, E5 and 4B. RGB value is (255,229,75). Sum of RGB (Red+Green+Blue) = 255+229+75=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE54B is #001AB4. Grayscale: #DBDBDB. Windows color (decimal): -6837 or 4974079. OLE color: 4974079.
HSL color Cylindrical-coordinate representation of color #FFE54B: hue angle of 51.33º 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 #FFE54B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 75 | - |
| CMYK | 0 | 0.10 | 0.71 | 0 |
| HSL | 51.33º | 1% | 0.65% | - |
| HSV(B) | 51.33º | 0.71% | 1% | - |
| XYZ | 70.53 | 77.81 | 17.96 | - |
| YUV | 219.22 | 46.61 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 75 | 0 | 0.10 | 0.71 | 0 | 51.33 | 1 | 0.65 |
| Hex | FF | E5 | 4B | 0 | A | 47 | 0 | 33 | 64 | 41 |
| Octal | 377 | 345 | 113 | 0 | 12 | 107 | 0 | 63 | 144 | 101 |
| Binary | 11111111 | 11100101 | 1001011 | 0 | 1010 | 1000111 | 0 | 110011 | 1100100 | 1000001 |
Color Harmonies of #FFE54B
Complementary color
Monochromatic Colors of #FFE54B
Black with #FFE54B
Text Example
Text Example
White with #FFE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE54B; }
p { color: rgb(255,229,75); }
H1.HeaderClassName
{
color: #FFE54B;
}
.AnyTagClassName
{
color: #FFE54B;
}
</style>
background-color css
<style>
a { background-color: #FFE54B; }
a { background-color: rgb(255,229,75); }
div.DivClassName
{
background-color: #FFE54B;
}
.BgClassName
{
background-color: #FFE54B;
}
</style>
border-color css
<style>
span { border-color: #FFE54B; }
span { border-color: rgb(255,229,75); }
td.TdClassName
{
border-color: #FFE54B;
}
.TagClassName
{
border-color: #FFE54B;
}
</style>