Shades of Paris Daisy #FFEC50
Tints of Paris Daisy #FFEC50
RGB
CMYK
RGB Variations
Color information
#FFEC50 (or 0xFFEC50) is known color: Paris Daisy. HEX triplet: FF, EC and 50. RGB value is (255,236,80). Sum of RGB (Red+Green+Blue) = 255+236+80=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 80 (31.64% from 255 or 14.01% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC50 is #0013AF. Grayscale: #E0E0E0. Windows color (decimal): -5040 or 5303551. OLE color: 5303551.
HSL color Cylindrical-coordinate representation of color #FFEC50: hue angle of 53.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFEC50 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 80 | - |
| CMYK | 0 | 0.07 | 0.69 | 0 |
| HSL | 53.49º | 1% | 0.66% | - |
| HSV(B) | 53.49º | 0.69% | 1% | - |
| XYZ | 72.68 | 81.83 | 19.55 | - |
| YUV | 223.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 80 | 0 | 0.07 | 0.69 | 0 | 53.49 | 1 | 0.66 |
| Hex | FF | EC | 50 | 0 | 7 | 45 | 0 | 35 | 64 | 42 |
| Octal | 377 | 354 | 120 | 0 | 7 | 105 | 0 | 65 | 144 | 102 |
| Binary | 11111111 | 11101100 | 1010000 | 0 | 111 | 1000101 | 0 | 110101 | 1100100 | 1000010 |
Color Harmonies of #FFEC50
Complementary color
Monochromatic Colors of #FFEC50
Black with #FFEC50
Text Example
Text Example
White with #FFEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC50; }
p { color: rgb(255,236,80); }
H1.HeaderClassName
{
color: #FFEC50;
}
.AnyTagClassName
{
color: #FFEC50;
}
</style>
background-color css
<style>
a { background-color: #FFEC50; }
a { background-color: rgb(255,236,80); }
div.DivClassName
{
background-color: #FFEC50;
}
.BgClassName
{
background-color: #FFEC50;
}
</style>
border-color css
<style>
span { border-color: #FFEC50; }
span { border-color: rgb(255,236,80); }
td.TdClassName
{
border-color: #FFEC50;
}
.TagClassName
{
border-color: #FFEC50;
}
</style>