Shades of Paris Daisy #FEEE55
Tints of Paris Daisy #FEEE55
RGB
CMYK
RGB Variations
Color information
#FEEE55 (or 0xFEEE55) is known color: Paris Daisy. HEX triplet: FE, EE and 55. RGB value is (254,238,85). Sum of RGB (Red+Green+Blue) = 254+238+85=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 85 (33.59% from 255 or 14.73% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE55 is #0111AA. Grayscale: #E1E1E1. Windows color (decimal): -70059 or 5631742. OLE color: 5631742.
HSL color Cylindrical-coordinate representation of color #FEEE55: hue angle of 54.32º 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 #FEEE55 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 85 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.00 |
| HSL | 54.32º | 0.99% | 0.66% | - |
| HSV(B) | 54.32º | 0.67% | 1% | - |
| XYZ | 73.09 | 82.88 | 20.74 | - |
| YUV | 225.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 85 | 0 | 0.06 | 0.67 | 0.00 | 54.32 | 0.99 | 0.66 |
| Hex | FE | EE | 55 | 0 | 6 | 43 | 0 | 36 | 63 | 42 |
| Octal | 376 | 356 | 125 | 0 | 6 | 103 | 0 | 66 | 143 | 102 |
| Binary | 11111110 | 11101110 | 1010101 | 0 | 110 | 1000011 | 0 | 110110 | 1100011 | 1000010 |
Color Harmonies of #FEEE55
Complementary color
Monochromatic Colors of #FEEE55
Black with #FEEE55
Text Example
Text Example
White with #FEEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE55; }
p { color: rgb(254,238,85); }
H1.HeaderClassName
{
color: #FEEE55;
}
.AnyTagClassName
{
color: #FEEE55;
}
</style>
background-color css
<style>
a { background-color: #FEEE55; }
a { background-color: rgb(254,238,85); }
div.DivClassName
{
background-color: #FEEE55;
}
.BgClassName
{
background-color: #FEEE55;
}
</style>
border-color css
<style>
span { border-color: #FEEE55; }
span { border-color: rgb(254,238,85); }
td.TdClassName
{
border-color: #FEEE55;
}
.TagClassName
{
border-color: #FEEE55;
}
</style>