Shades of Paris Daisy #FEE94D
Tints of Paris Daisy #FEE94D
RGB
CMYK
RGB Variations
Color information
#FEE94D (or 0xFEE94D) is known color: Paris Daisy. HEX triplet: FE, E9 and 4D. RGB value is (254,233,77). Sum of RGB (Red+Green+Blue) = 254+233+77=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 77 (30.47% from 255 or 13.65% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE94D is #0116B2. Grayscale: #DEDEDE. Windows color (decimal): -71347 or 5106174. OLE color: 5106174.
HSL color Cylindrical-coordinate representation of color #FEE94D: hue angle of 52.88º 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 #FEE94D is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 77 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.00 |
| HSL | 52.88º | 0.99% | 0.65% | - |
| HSV(B) | 52.88º | 0.7% | 1% | - |
| XYZ | 71.35 | 79.88 | 18.68 | - |
| YUV | 221.5 | 46.46 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 77 | 0 | 0.08 | 0.70 | 0.00 | 52.88 | 0.99 | 0.65 |
| Hex | FE | E9 | 4D | 0 | 8 | 46 | 0 | 35 | 63 | 41 |
| Octal | 376 | 351 | 115 | 0 | 10 | 106 | 0 | 65 | 143 | 101 |
| Binary | 11111110 | 11101001 | 1001101 | 0 | 1000 | 1000110 | 0 | 110101 | 1100011 | 1000001 |
Color Harmonies of #FEE94D
Complementary color
Monochromatic Colors of #FEE94D
Black with #FEE94D
Text Example
Text Example
White with #FEE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE94D; }
p { color: rgb(254,233,77); }
H1.HeaderClassName
{
color: #FEE94D;
}
.AnyTagClassName
{
color: #FEE94D;
}
</style>
background-color css
<style>
a { background-color: #FEE94D; }
a { background-color: rgb(254,233,77); }
div.DivClassName
{
background-color: #FEE94D;
}
.BgClassName
{
background-color: #FEE94D;
}
</style>
border-color css
<style>
span { border-color: #FEE94D; }
span { border-color: rgb(254,233,77); }
td.TdClassName
{
border-color: #FEE94D;
}
.TagClassName
{
border-color: #FEE94D;
}
</style>