Shades of Paris Daisy #FEE74E
Tints of Paris Daisy #FEE74E
RGB
CMYK
RGB Variations
Color information
#FEE74E (or 0xFEE74E) is known color: Paris Daisy. HEX triplet: FE, E7 and 4E. RGB value is (254,231,78). Sum of RGB (Red+Green+Blue) = 254+231+78=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 78 (30.86% from 255 or 13.85% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE74E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE74E is #0118B1. Grayscale: #DDDDDD. Windows color (decimal): -71858 or 5171198. OLE color: 5171198.
HSL color Cylindrical-coordinate representation of color #FEE74E: hue angle of 52.16º 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 #FEE74E is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 78 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.00 |
| HSL | 52.16º | 0.99% | 0.65% | - |
| HSV(B) | 52.16º | 0.69% | 1% | - |
| XYZ | 70.82 | 78.77 | 18.68 | - |
| YUV | 220.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 78 | 0 | 0.09 | 0.69 | 0.00 | 52.16 | 0.99 | 0.65 |
| Hex | FE | E7 | 4E | 0 | 9 | 45 | 0 | 34 | 63 | 41 |
| Octal | 376 | 347 | 116 | 0 | 11 | 105 | 0 | 64 | 143 | 101 |
| Binary | 11111110 | 11100111 | 1001110 | 0 | 1001 | 1000101 | 0 | 110100 | 1100011 | 1000001 |
Color Harmonies of #FEE74E
Complementary color
Monochromatic Colors of #FEE74E
Black with #FEE74E
Text Example
Text Example
White with #FEE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE74E; }
p { color: rgb(254,231,78); }
H1.HeaderClassName
{
color: #FEE74E;
}
.AnyTagClassName
{
color: #FEE74E;
}
</style>
background-color css
<style>
a { background-color: #FEE74E; }
a { background-color: rgb(254,231,78); }
div.DivClassName
{
background-color: #FEE74E;
}
.BgClassName
{
background-color: #FEE74E;
}
</style>
border-color css
<style>
span { border-color: #FEE74E; }
span { border-color: rgb(254,231,78); }
td.TdClassName
{
border-color: #FEE74E;
}
.TagClassName
{
border-color: #FEE74E;
}
</style>