Shades of Paris Daisy #FEE64A
Tints of Paris Daisy #FEE64A
RGB
CMYK
RGB Variations
Color information
#FEE64A (or 0xFEE64A) is known color: Paris Daisy. HEX triplet: FE, E6 and 4A. RGB value is (254,230,74). Sum of RGB (Red+Green+Blue) = 254+230+74=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 74 (29.30% from 255 or 13.26% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE64A is #0119B5. Grayscale: #DCDCDC. Windows color (decimal): -72118 or 4908798. OLE color: 4908798.
HSL color Cylindrical-coordinate representation of color #FEE64A: hue angle of 52º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEE64A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 74 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.00 |
| HSL | 52º | 0.99% | 0.64% | - |
| HSV(B) | 52º | 0.71% | 1% | - |
| XYZ | 70.41 | 78.16 | 17.85 | - |
| YUV | 219.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 74 | 0 | 0.09 | 0.71 | 0.00 | 52 | 0.99 | 0.64 |
| Hex | FE | E6 | 4A | 0 | 9 | 47 | 0 | 34 | 63 | 40 |
| Octal | 376 | 346 | 112 | 0 | 11 | 107 | 0 | 64 | 143 | 100 |
| Binary | 11111110 | 11100110 | 1001010 | 0 | 1001 | 1000111 | 0 | 110100 | 1100011 | 1000000 |
Color Harmonies of #FEE64A
Complementary color
Monochromatic Colors of #FEE64A
Black with #FEE64A
Text Example
Text Example
White with #FEE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE64A; }
p { color: rgb(254,230,74); }
H1.HeaderClassName
{
color: #FEE64A;
}
.AnyTagClassName
{
color: #FEE64A;
}
</style>
background-color css
<style>
a { background-color: #FEE64A; }
a { background-color: rgb(254,230,74); }
div.DivClassName
{
background-color: #FEE64A;
}
.BgClassName
{
background-color: #FEE64A;
}
</style>
border-color css
<style>
span { border-color: #FEE64A; }
span { border-color: rgb(254,230,74); }
td.TdClassName
{
border-color: #FEE64A;
}
.TagClassName
{
border-color: #FEE64A;
}
</style>