Shades of Paris Daisy #FEEC50
Tints of Paris Daisy #FEEC50
RGB
CMYK
RGB Variations
Color information
#FEEC50 (or 0xFEEC50) is known color: Paris Daisy. HEX triplet: FE, EC and 50. RGB value is (254,236,80). Sum of RGB (Red+Green+Blue) = 254+236+80=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 80 (31.64% from 255 or 14.04% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC50 is #0113AF. Grayscale: #E0E0E0. Windows color (decimal): -70576 or 5303550. OLE color: 5303550.
HSL color Cylindrical-coordinate representation of color #FEEC50: hue angle of 53.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEEC50 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 80 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.00 |
| HSL | 53.79º | 0.99% | 0.65% | - |
| HSV(B) | 53.79º | 0.69% | 1% | - |
| XYZ | 72.32 | 81.64 | 19.54 | - |
| YUV | 223.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 80 | 0 | 0.07 | 0.69 | 0.00 | 53.79 | 0.99 | 0.65 |
| Hex | FE | EC | 50 | 0 | 7 | 45 | 0 | 36 | 63 | 41 |
| Octal | 376 | 354 | 120 | 0 | 7 | 105 | 0 | 66 | 143 | 101 |
| Binary | 11111110 | 11101100 | 1010000 | 0 | 111 | 1000101 | 0 | 110110 | 1100011 | 1000001 |
Color Harmonies of #FEEC50
Complementary color
Monochromatic Colors of #FEEC50
Black with #FEEC50
Text Example
Text Example
White with #FEEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC50; }
p { color: rgb(254,236,80); }
H1.HeaderClassName
{
color: #FEEC50;
}
.AnyTagClassName
{
color: #FEEC50;
}
</style>
background-color css
<style>
a { background-color: #FEEC50; }
a { background-color: rgb(254,236,80); }
div.DivClassName
{
background-color: #FEEC50;
}
.BgClassName
{
background-color: #FEEC50;
}
</style>
border-color css
<style>
span { border-color: #FEEC50; }
span { border-color: rgb(254,236,80); }
td.TdClassName
{
border-color: #FEEC50;
}
.TagClassName
{
border-color: #FEEC50;
}
</style>