Shades of Paris Daisy #FEE64D
Tints of Paris Daisy #FEE64D
RGB
CMYK
RGB Variations
Color information
#FEE64D (or 0xFEE64D) is known color: Paris Daisy. HEX triplet: FE, E6 and 4D. RGB value is (254,230,77). Sum of RGB (Red+Green+Blue) = 254+230+77=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 77 (30.47% from 255 or 13.73% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE64D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE64D is #0119B2. Grayscale: #DCDCDC. Windows color (decimal): -72115 or 5105406. OLE color: 5105406.
HSL color Cylindrical-coordinate representation of color #FEE64D: hue angle of 51.86º 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 #FEE64D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 77 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.00 |
| HSL | 51.86º | 0.99% | 0.65% | - |
| HSV(B) | 51.86º | 0.7% | 1% | - |
| XYZ | 70.51 | 78.2 | 18.4 | - |
| YUV | 219.73 | 47.45 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 77 | 0 | 0.09 | 0.70 | 0.00 | 51.86 | 0.99 | 0.65 |
| Hex | FE | E6 | 4D | 0 | 9 | 46 | 0 | 34 | 63 | 41 |
| Octal | 376 | 346 | 115 | 0 | 11 | 106 | 0 | 64 | 143 | 101 |
| Binary | 11111110 | 11100110 | 1001101 | 0 | 1001 | 1000110 | 0 | 110100 | 1100011 | 1000001 |
Color Harmonies of #FEE64D
Complementary color
Monochromatic Colors of #FEE64D
Black with #FEE64D
Text Example
Text Example
White with #FEE64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE64D; }
p { color: rgb(254,230,77); }
H1.HeaderClassName
{
color: #FEE64D;
}
.AnyTagClassName
{
color: #FEE64D;
}
</style>
background-color css
<style>
a { background-color: #FEE64D; }
a { background-color: rgb(254,230,77); }
div.DivClassName
{
background-color: #FEE64D;
}
.BgClassName
{
background-color: #FEE64D;
}
</style>
border-color css
<style>
span { border-color: #FEE64D; }
span { border-color: rgb(254,230,77); }
td.TdClassName
{
border-color: #FEE64D;
}
.TagClassName
{
border-color: #FEE64D;
}
</style>