Shades of Paris Daisy #FEE94E
Tints of Paris Daisy #FEE94E
RGB
CMYK
RGB Variations
Color information
#FEE94E (or 0xFEE94E) is known color: Paris Daisy. HEX triplet: FE, E9 and 4E. RGB value is (254,233,78). Sum of RGB (Red+Green+Blue) = 254+233+78=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 78 (30.86% from 255 or 13.81% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE94E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE94E is #0116B1. Grayscale: #DEDEDE. Windows color (decimal): -71346 or 5171710. OLE color: 5171710.
HSL color Cylindrical-coordinate representation of color #FEE94E: hue angle of 52.84º 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 #FEE94E is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 78 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.00 |
| HSL | 52.84º | 0.99% | 0.65% | - |
| HSV(B) | 52.84º | 0.69% | 1% | - |
| XYZ | 71.39 | 79.9 | 18.87 | - |
| YUV | 221.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 78 | 0 | 0.08 | 0.69 | 0.00 | 52.84 | 0.99 | 0.65 |
| Hex | FE | E9 | 4E | 0 | 8 | 45 | 0 | 35 | 63 | 41 |
| Octal | 376 | 351 | 116 | 0 | 10 | 105 | 0 | 65 | 143 | 101 |
| Binary | 11111110 | 11101001 | 1001110 | 0 | 1000 | 1000101 | 0 | 110101 | 1100011 | 1000001 |
Color Harmonies of #FEE94E
Complementary color
Monochromatic Colors of #FEE94E
Black with #FEE94E
Text Example
Text Example
White with #FEE94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE94E; }
p { color: rgb(254,233,78); }
H1.HeaderClassName
{
color: #FEE94E;
}
.AnyTagClassName
{
color: #FEE94E;
}
</style>
background-color css
<style>
a { background-color: #FEE94E; }
a { background-color: rgb(254,233,78); }
div.DivClassName
{
background-color: #FEE94E;
}
.BgClassName
{
background-color: #FEE94E;
}
</style>
border-color css
<style>
span { border-color: #FEE94E; }
span { border-color: rgb(254,233,78); }
td.TdClassName
{
border-color: #FEE94E;
}
.TagClassName
{
border-color: #FEE94E;
}
</style>