Shades of Paris Daisy #FFE548
Tints of Paris Daisy #FFE548
RGB
CMYK
RGB Variations
Color information
#FFE548 (or 0xFFE548) is known color: Paris Daisy. HEX triplet: FF, E5 and 48. RGB value is (255,229,72). Sum of RGB (Red+Green+Blue) = 255+229+72=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 72 (28.52% from 255 or 12.95% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE548 is #001AB7. Grayscale: #DBDBDB. Windows color (decimal): -6840 or 4777471. OLE color: 4777471.
HSL color Cylindrical-coordinate representation of color #FFE548: hue angle of 51.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFE548 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 72 | - |
| CMYK | 0 | 0.10 | 0.72 | 0 |
| HSL | 51.48º | 1% | 0.64% | - |
| HSV(B) | 51.48º | 0.72% | 1% | - |
| XYZ | 70.43 | 77.77 | 17.43 | - |
| YUV | 218.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 72 | 0 | 0.10 | 0.72 | 0 | 51.48 | 1 | 0.64 |
| Hex | FF | E5 | 48 | 0 | A | 48 | 0 | 33 | 64 | 40 |
| Octal | 377 | 345 | 110 | 0 | 12 | 110 | 0 | 63 | 144 | 100 |
| Binary | 11111111 | 11100101 | 1001000 | 0 | 1010 | 1001000 | 0 | 110011 | 1100100 | 1000000 |
Color Harmonies of #FFE548
Complementary color
Monochromatic Colors of #FFE548
Black with #FFE548
Text Example
Text Example
White with #FFE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE548; }
p { color: rgb(255,229,72); }
H1.HeaderClassName
{
color: #FFE548;
}
.AnyTagClassName
{
color: #FFE548;
}
</style>
background-color css
<style>
a { background-color: #FFE548; }
a { background-color: rgb(255,229,72); }
div.DivClassName
{
background-color: #FFE548;
}
.BgClassName
{
background-color: #FFE548;
}
</style>
border-color css
<style>
span { border-color: #FFE548; }
span { border-color: rgb(255,229,72); }
td.TdClassName
{
border-color: #FFE548;
}
.TagClassName
{
border-color: #FFE548;
}
</style>