Shades of Paris Daisy #FEEC54
Tints of Paris Daisy #FEEC54
RGB
CMYK
RGB Variations
Color information
#FEEC54 (or 0xFEEC54) is known color: Paris Daisy. HEX triplet: FE, EC and 54. RGB value is (254,236,84). Sum of RGB (Red+Green+Blue) = 254+236+84=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 84 (33.20% from 255 or 14.63% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC54 is #0113AB. Grayscale: #E0E0E0. Windows color (decimal): -70572 or 5565694. OLE color: 5565694.
HSL color Cylindrical-coordinate representation of color #FEEC54: hue angle of 53.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEEC54 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 84 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.00 |
| HSL | 53.65º | 0.99% | 0.66% | - |
| HSV(B) | 53.65º | 0.67% | 1% | - |
| XYZ | 72.47 | 81.7 | 20.34 | - |
| YUV | 224.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 84 | 0 | 0.07 | 0.67 | 0.00 | 53.65 | 0.99 | 0.66 |
| Hex | FE | EC | 54 | 0 | 7 | 43 | 0 | 36 | 63 | 42 |
| Octal | 376 | 354 | 124 | 0 | 7 | 103 | 0 | 66 | 143 | 102 |
| Binary | 11111110 | 11101100 | 1010100 | 0 | 111 | 1000011 | 0 | 110110 | 1100011 | 1000010 |
Color Harmonies of #FEEC54
Complementary color
Monochromatic Colors of #FEEC54
Black with #FEEC54
Text Example
Text Example
White with #FEEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC54; }
p { color: rgb(254,236,84); }
H1.HeaderClassName
{
color: #FEEC54;
}
.AnyTagClassName
{
color: #FEEC54;
}
</style>
background-color css
<style>
a { background-color: #FEEC54; }
a { background-color: rgb(254,236,84); }
div.DivClassName
{
background-color: #FEEC54;
}
.BgClassName
{
background-color: #FEEC54;
}
</style>
border-color css
<style>
span { border-color: #FEEC54; }
span { border-color: rgb(254,236,84); }
td.TdClassName
{
border-color: #FEEC54;
}
.TagClassName
{
border-color: #FEEC54;
}
</style>