Shades of Paris Daisy #FFE546
Tints of Paris Daisy #FFE546
RGB
CMYK
RGB Variations
Color information
#FFE546 (or 0xFFE546) is known color: Paris Daisy. HEX triplet: FF, E5 and 46. RGB value is (255,229,70). Sum of RGB (Red+Green+Blue) = 255+229+70=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 70 (27.73% from 255 or 12.64% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE546 is #001AB9. Grayscale: #DBDBDB. Windows color (decimal): -6842 or 4646399. OLE color: 4646399.
HSL color Cylindrical-coordinate representation of color #FFE546: hue angle of 51.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFE546 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 70 | - |
| CMYK | 0 | 0.10 | 0.73 | 0 |
| HSL | 51.57º | 1% | 0.64% | - |
| HSV(B) | 51.57º | 0.73% | 1% | - |
| XYZ | 70.36 | 77.74 | 17.09 | - |
| YUV | 218.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 70 | 0 | 0.10 | 0.73 | 0 | 51.57 | 1 | 0.64 |
| Hex | FF | E5 | 46 | 0 | A | 49 | 0 | 34 | 64 | 40 |
| Octal | 377 | 345 | 106 | 0 | 12 | 111 | 0 | 64 | 144 | 100 |
| Binary | 11111111 | 11100101 | 1000110 | 0 | 1010 | 1001001 | 0 | 110100 | 1100100 | 1000000 |
Color Harmonies of #FFE546
Complementary color
Monochromatic Colors of #FFE546
Black with #FFE546
Text Example
Text Example
White with #FFE546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE546; }
p { color: rgb(255,229,70); }
H1.HeaderClassName
{
color: #FFE546;
}
.AnyTagClassName
{
color: #FFE546;
}
</style>
background-color css
<style>
a { background-color: #FFE546; }
a { background-color: rgb(255,229,70); }
div.DivClassName
{
background-color: #FFE546;
}
.BgClassName
{
background-color: #FFE546;
}
</style>
border-color css
<style>
span { border-color: #FFE546; }
span { border-color: rgb(255,229,70); }
td.TdClassName
{
border-color: #FFE546;
}
.TagClassName
{
border-color: #FFE546;
}
</style>