Shades of Paris Daisy #FFEB49
Tints of Paris Daisy #FFEB49
RGB
CMYK
RGB Variations
Color information
#FFEB49 (or 0xFFEB49) is known color: Paris Daisy. HEX triplet: FF, EB and 49. RGB value is (255,235,73). Sum of RGB (Red+Green+Blue) = 255+235+73=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 73 (28.91% from 255 or 12.97% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB49 is #0014B6. Grayscale: #DFDFDF. Windows color (decimal): -5303 or 4844543. OLE color: 4844543.
HSL color Cylindrical-coordinate representation of color #FFEB49: hue angle of 53.41º 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 #FFEB49 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 73 | - |
| CMYK | 0 | 0.08 | 0.71 | 0 |
| HSL | 53.41º | 1% | 0.64% | - |
| HSV(B) | 53.41º | 0.71% | 1% | - |
| XYZ | 72.15 | 81.16 | 18.17 | - |
| YUV | 222.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 73 | 0 | 0.08 | 0.71 | 0 | 53.41 | 1 | 0.64 |
| Hex | FF | EB | 49 | 0 | 8 | 47 | 0 | 35 | 64 | 40 |
| Octal | 377 | 353 | 111 | 0 | 10 | 107 | 0 | 65 | 144 | 100 |
| Binary | 11111111 | 11101011 | 1001001 | 0 | 1000 | 1000111 | 0 | 110101 | 1100100 | 1000000 |
Color Harmonies of #FFEB49
Complementary color
Monochromatic Colors of #FFEB49
Black with #FFEB49
Text Example
Text Example
White with #FFEB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB49; }
p { color: rgb(255,235,73); }
H1.HeaderClassName
{
color: #FFEB49;
}
.AnyTagClassName
{
color: #FFEB49;
}
</style>
background-color css
<style>
a { background-color: #FFEB49; }
a { background-color: rgb(255,235,73); }
div.DivClassName
{
background-color: #FFEB49;
}
.BgClassName
{
background-color: #FFEB49;
}
</style>
border-color css
<style>
span { border-color: #FFEB49; }
span { border-color: rgb(255,235,73); }
td.TdClassName
{
border-color: #FFEB49;
}
.TagClassName
{
border-color: #FFEB49;
}
</style>