Shades of Paris Daisy #FEE14D
Tints of Paris Daisy #FEE14D
RGB
CMYK
RGB Variations
Color information
#FEE14D (or 0xFEE14D) is known color: Paris Daisy. HEX triplet: FE, E1 and 4D. RGB value is (254,225,77). Sum of RGB (Red+Green+Blue) = 254+225+77=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 77 (30.47% from 255 or 13.85% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE14D is #011EB2. Grayscale: #D9D9D9. Windows color (decimal): -73395 or 5104126. OLE color: 5104126.
HSL color Cylindrical-coordinate representation of color #FEE14D: hue angle of 50.17º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEE14D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 77 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.00 |
| HSL | 50.17º | 0.99% | 0.65% | - |
| HSV(B) | 50.17º | 0.7% | 1% | - |
| XYZ | 69.14 | 75.46 | 17.94 | - |
| YUV | 216.8 | 49.11 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 77 | 0 | 0.11 | 0.70 | 0.00 | 50.17 | 0.99 | 0.65 |
| Hex | FE | E1 | 4D | 0 | B | 46 | 0 | 32 | 63 | 41 |
| Octal | 376 | 341 | 115 | 0 | 13 | 106 | 0 | 62 | 143 | 101 |
| Binary | 11111110 | 11100001 | 1001101 | 0 | 1011 | 1000110 | 0 | 110010 | 1100011 | 1000001 |
Color Harmonies of #FEE14D
Complementary color
Monochromatic Colors of #FEE14D
Black with #FEE14D
Text Example
Text Example
White with #FEE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE14D; }
p { color: rgb(254,225,77); }
H1.HeaderClassName
{
color: #FEE14D;
}
.AnyTagClassName
{
color: #FEE14D;
}
</style>
background-color css
<style>
a { background-color: #FEE14D; }
a { background-color: rgb(254,225,77); }
div.DivClassName
{
background-color: #FEE14D;
}
.BgClassName
{
background-color: #FEE14D;
}
</style>
border-color css
<style>
span { border-color: #FEE14D; }
span { border-color: rgb(254,225,77); }
td.TdClassName
{
border-color: #FEE14D;
}
.TagClassName
{
border-color: #FEE14D;
}
</style>