Shades of Paris Daisy #FFE048
Tints of Paris Daisy #FFE048
RGB
CMYK
RGB Variations
Color information
#FFE048 (or 0xFFE048) is known color: Paris Daisy. HEX triplet: FF, E0 and 48. RGB value is (255,224,72). Sum of RGB (Red+Green+Blue) = 255+224+72=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 72 (28.52% from 255 or 13.07% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE048 is #001FB7. Grayscale: #D8D8D8. Windows color (decimal): -8120 or 4776191. OLE color: 4776191.
HSL color Cylindrical-coordinate representation of color #FFE048: hue angle of 49.84º 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 #FFE048 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 72 | - |
| CMYK | 0 | 0.12 | 0.72 | 0 |
| HSL | 49.84º | 1% | 0.64% | - |
| HSV(B) | 49.84º | 0.72% | 1% | - |
| XYZ | 69.07 | 75.04 | 16.97 | - |
| YUV | 215.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 72 | 0 | 0.12 | 0.72 | 0 | 49.84 | 1 | 0.64 |
| Hex | FF | E0 | 48 | 0 | C | 48 | 0 | 32 | 64 | 40 |
| Octal | 377 | 340 | 110 | 0 | 14 | 110 | 0 | 62 | 144 | 100 |
| Binary | 11111111 | 11100000 | 1001000 | 0 | 1100 | 1001000 | 0 | 110010 | 1100100 | 1000000 |
Color Harmonies of #FFE048
Complementary color
Monochromatic Colors of #FFE048
Black with #FFE048
Text Example
Text Example
White with #FFE048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE048; }
p { color: rgb(255,224,72); }
H1.HeaderClassName
{
color: #FFE048;
}
.AnyTagClassName
{
color: #FFE048;
}
</style>
background-color css
<style>
a { background-color: #FFE048; }
a { background-color: rgb(255,224,72); }
div.DivClassName
{
background-color: #FFE048;
}
.BgClassName
{
background-color: #FFE048;
}
</style>
border-color css
<style>
span { border-color: #FFE048; }
span { border-color: rgb(255,224,72); }
td.TdClassName
{
border-color: #FFE048;
}
.TagClassName
{
border-color: #FFE048;
}
</style>