Shades of Paris Daisy #FEE84A
Tints of Paris Daisy #FEE84A
RGB
CMYK
RGB Variations
Color information
#FEE84A (or 0xFEE84A) is known color: Paris Daisy. HEX triplet: FE, E8 and 4A. RGB value is (254,232,74). Sum of RGB (Red+Green+Blue) = 254+232+74=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE84A is #0117B5. Grayscale: #DDDDDD. Windows color (decimal): -71606 or 4909310. OLE color: 4909310.
HSL color Cylindrical-coordinate representation of color #FEE84A: hue angle of 52.67º 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 #FEE84A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 74 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.00 |
| HSL | 52.67º | 0.99% | 0.64% | - |
| HSV(B) | 52.67º | 0.71% | 1% | - |
| XYZ | 70.97 | 79.28 | 18.04 | - |
| YUV | 220.57 | 45.29 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 74 | 0 | 0.09 | 0.71 | 0.00 | 52.67 | 0.99 | 0.64 |
| Hex | FE | E8 | 4A | 0 | 9 | 47 | 0 | 35 | 63 | 40 |
| Octal | 376 | 350 | 112 | 0 | 11 | 107 | 0 | 65 | 143 | 100 |
| Binary | 11111110 | 11101000 | 1001010 | 0 | 1001 | 1000111 | 0 | 110101 | 1100011 | 1000000 |
Color Harmonies of #FEE84A
Complementary color
Monochromatic Colors of #FEE84A
Black with #FEE84A
Text Example
Text Example
White with #FEE84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE84A; }
p { color: rgb(254,232,74); }
H1.HeaderClassName
{
color: #FEE84A;
}
.AnyTagClassName
{
color: #FEE84A;
}
</style>
background-color css
<style>
a { background-color: #FEE84A; }
a { background-color: rgb(254,232,74); }
div.DivClassName
{
background-color: #FEE84A;
}
.BgClassName
{
background-color: #FEE84A;
}
</style>
border-color css
<style>
span { border-color: #FEE84A; }
span { border-color: rgb(254,232,74); }
td.TdClassName
{
border-color: #FEE84A;
}
.TagClassName
{
border-color: #FEE84A;
}
</style>