Shades of Paris Daisy #FEEE54
Tints of Paris Daisy #FEEE54
RGB
CMYK
RGB Variations
Color information
#FEEE54 (or 0xFEEE54) is known color: Paris Daisy. HEX triplet: FE, EE and 54. RGB value is (254,238,84). Sum of RGB (Red+Green+Blue) = 254+238+84=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 84 (33.20% from 255 or 14.58% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE54 is #0111AB. Grayscale: #E1E1E1. Windows color (decimal): -70060 or 5566206. OLE color: 5566206.
HSL color Cylindrical-coordinate representation of color #FEEE54: hue angle of 54.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEEE54 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 84 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.00 |
| HSL | 54.35º | 0.99% | 0.66% | - |
| HSV(B) | 54.35º | 0.67% | 1% | - |
| XYZ | 73.05 | 82.86 | 20.53 | - |
| YUV | 225.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 84 | 0 | 0.06 | 0.67 | 0.00 | 54.35 | 0.99 | 0.66 |
| Hex | FE | EE | 54 | 0 | 6 | 43 | 0 | 36 | 63 | 42 |
| Octal | 376 | 356 | 124 | 0 | 6 | 103 | 0 | 66 | 143 | 102 |
| Binary | 11111110 | 11101110 | 1010100 | 0 | 110 | 1000011 | 0 | 110110 | 1100011 | 1000010 |
Color Harmonies of #FEEE54
Complementary color
Monochromatic Colors of #FEEE54
Black with #FEEE54
Text Example
Text Example
White with #FEEE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE54; }
p { color: rgb(254,238,84); }
H1.HeaderClassName
{
color: #FEEE54;
}
.AnyTagClassName
{
color: #FEEE54;
}
</style>
background-color css
<style>
a { background-color: #FEEE54; }
a { background-color: rgb(254,238,84); }
div.DivClassName
{
background-color: #FEEE54;
}
.BgClassName
{
background-color: #FEEE54;
}
</style>
border-color css
<style>
span { border-color: #FEEE54; }
span { border-color: rgb(254,238,84); }
td.TdClassName
{
border-color: #FEEE54;
}
.TagClassName
{
border-color: #FEEE54;
}
</style>