Shades of Paris Daisy #FFE449
Tints of Paris Daisy #FFE449
RGB
CMYK
RGB Variations
Color information
#FFE449 (or 0xFFE449) is known color: Paris Daisy. HEX triplet: FF, E4 and 49. RGB value is (255,228,73). Sum of RGB (Red+Green+Blue) = 255+228+73=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 73 (28.91% from 255 or 13.13% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE449 is #001BB6. Grayscale: #DBDBDB. Windows color (decimal): -7095 or 4842751. OLE color: 4842751.
HSL color Cylindrical-coordinate representation of color #FFE449: hue angle of 51.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFE449 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 73 | - |
| CMYK | 0 | 0.11 | 0.71 | 0 |
| HSL | 51.1º | 1% | 0.64% | - |
| HSV(B) | 51.1º | 0.71% | 1% | - |
| XYZ | 70.19 | 77.23 | 17.51 | - |
| YUV | 218.4 | 45.95 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 73 | 0 | 0.11 | 0.71 | 0 | 51.1 | 1 | 0.64 |
| Hex | FF | E4 | 49 | 0 | B | 47 | 0 | 33 | 64 | 40 |
| Octal | 377 | 344 | 111 | 0 | 13 | 107 | 0 | 63 | 144 | 100 |
| Binary | 11111111 | 11100100 | 1001001 | 0 | 1011 | 1000111 | 0 | 110011 | 1100100 | 1000000 |
Color Harmonies of #FFE449
Complementary color
Monochromatic Colors of #FFE449
Black with #FFE449
Text Example
Text Example
White with #FFE449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE449; }
p { color: rgb(255,228,73); }
H1.HeaderClassName
{
color: #FFE449;
}
.AnyTagClassName
{
color: #FFE449;
}
</style>
background-color css
<style>
a { background-color: #FFE449; }
a { background-color: rgb(255,228,73); }
div.DivClassName
{
background-color: #FFE449;
}
.BgClassName
{
background-color: #FFE449;
}
</style>
border-color css
<style>
span { border-color: #FFE449; }
span { border-color: rgb(255,228,73); }
td.TdClassName
{
border-color: #FFE449;
}
.TagClassName
{
border-color: #FFE449;
}
</style>