Shades of Paris Daisy #FEE64E
Tints of Paris Daisy #FEE64E
RGB
CMYK
RGB Variations
Color information
#FEE64E (or 0xFEE64E) is known color: Paris Daisy. HEX triplet: FE, E6 and 4E. RGB value is (254,230,78). Sum of RGB (Red+Green+Blue) = 254+230+78=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 78 (30.86% from 255 or 13.88% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE64E is #0119B1. Grayscale: #DCDCDC. Windows color (decimal): -72114 or 5170942. OLE color: 5170942.
HSL color Cylindrical-coordinate representation of color #FEE64E: hue angle of 51.82º 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 #FEE64E is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 78 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.00 |
| HSL | 51.82º | 0.99% | 0.65% | - |
| HSV(B) | 51.82º | 0.69% | 1% | - |
| XYZ | 70.55 | 78.21 | 18.59 | - |
| YUV | 219.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 78 | 0 | 0.09 | 0.69 | 0.00 | 51.82 | 0.99 | 0.65 |
| Hex | FE | E6 | 4E | 0 | 9 | 45 | 0 | 34 | 63 | 41 |
| Octal | 376 | 346 | 116 | 0 | 11 | 105 | 0 | 64 | 143 | 101 |
| Binary | 11111110 | 11100110 | 1001110 | 0 | 1001 | 1000101 | 0 | 110100 | 1100011 | 1000001 |
Color Harmonies of #FEE64E
Complementary color
Monochromatic Colors of #FEE64E
Black with #FEE64E
Text Example
Text Example
White with #FEE64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE64E; }
p { color: rgb(254,230,78); }
H1.HeaderClassName
{
color: #FEE64E;
}
.AnyTagClassName
{
color: #FEE64E;
}
</style>
background-color css
<style>
a { background-color: #FEE64E; }
a { background-color: rgb(254,230,78); }
div.DivClassName
{
background-color: #FEE64E;
}
.BgClassName
{
background-color: #FEE64E;
}
</style>
border-color css
<style>
span { border-color: #FEE64E; }
span { border-color: rgb(254,230,78); }
td.TdClassName
{
border-color: #FEE64E;
}
.TagClassName
{
border-color: #FEE64E;
}
</style>