Shades of Paris Daisy #FEE54E
Tints of Paris Daisy #FEE54E
RGB
CMYK
RGB Variations
Color information
#FEE54E (or 0xFEE54E) is known color: Paris Daisy. HEX triplet: FE, E5 and 4E. RGB value is (254,229,78). Sum of RGB (Red+Green+Blue) = 254+229+78=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 78 (30.86% from 255 or 13.90% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE54E is #011AB1. Grayscale: #DBDBDB. Windows color (decimal): -72370 or 5170686. OLE color: 5170686.
HSL color Cylindrical-coordinate representation of color #FEE54E: hue angle of 51.48º 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 #FEE54E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 78 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.00 |
| HSL | 51.48º | 0.99% | 0.65% | - |
| HSV(B) | 51.48º | 0.69% | 1% | - |
| XYZ | 70.27 | 77.66 | 18.49 | - |
| YUV | 219.26 | 48.28 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 78 | 0 | 0.10 | 0.69 | 0.00 | 51.48 | 0.99 | 0.65 |
| Hex | FE | E5 | 4E | 0 | A | 45 | 0 | 33 | 63 | 41 |
| Octal | 376 | 345 | 116 | 0 | 12 | 105 | 0 | 63 | 143 | 101 |
| Binary | 11111110 | 11100101 | 1001110 | 0 | 1010 | 1000101 | 0 | 110011 | 1100011 | 1000001 |
Color Harmonies of #FEE54E
Complementary color
Monochromatic Colors of #FEE54E
Black with #FEE54E
Text Example
Text Example
White with #FEE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE54E; }
p { color: rgb(254,229,78); }
H1.HeaderClassName
{
color: #FEE54E;
}
.AnyTagClassName
{
color: #FEE54E;
}
</style>
background-color css
<style>
a { background-color: #FEE54E; }
a { background-color: rgb(254,229,78); }
div.DivClassName
{
background-color: #FEE54E;
}
.BgClassName
{
background-color: #FEE54E;
}
</style>
border-color css
<style>
span { border-color: #FEE54E; }
span { border-color: rgb(254,229,78); }
td.TdClassName
{
border-color: #FEE54E;
}
.TagClassName
{
border-color: #FEE54E;
}
</style>