Shades of Paris Daisy #FEEA56
Tints of Paris Daisy #FEEA56
RGB
CMYK
RGB Variations
Color information
#FEEA56 (or 0xFEEA56) is known color: Paris Daisy. HEX triplet: FE, EA and 56. RGB value is (254,234,86). Sum of RGB (Red+Green+Blue) = 254+234+86=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 86 (33.98% from 255 or 14.98% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA56 is #0115A9. Grayscale: #DFDFDF. Windows color (decimal): -71082 or 5696254. OLE color: 5696254.
HSL color Cylindrical-coordinate representation of color #FEEA56: hue angle of 52.86º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEEA56 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 86 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.00 |
| HSL | 52.86º | 0.99% | 0.67% | - |
| HSV(B) | 52.86º | 0.66% | 1% | - |
| XYZ | 71.98 | 80.59 | 20.57 | - |
| YUV | 223.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 86 | 0 | 0.08 | 0.66 | 0.00 | 52.86 | 0.99 | 0.67 |
| Hex | FE | EA | 56 | 0 | 8 | 42 | 0 | 35 | 63 | 43 |
| Octal | 376 | 352 | 126 | 0 | 10 | 102 | 0 | 65 | 143 | 103 |
| Binary | 11111110 | 11101010 | 1010110 | 0 | 1000 | 1000010 | 0 | 110101 | 1100011 | 1000011 |
Color Harmonies of #FEEA56
Complementary color
Monochromatic Colors of #FEEA56
Black with #FEEA56
Text Example
Text Example
White with #FEEA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA56; }
p { color: rgb(254,234,86); }
H1.HeaderClassName
{
color: #FEEA56;
}
.AnyTagClassName
{
color: #FEEA56;
}
</style>
background-color css
<style>
a { background-color: #FEEA56; }
a { background-color: rgb(254,234,86); }
div.DivClassName
{
background-color: #FEEA56;
}
.BgClassName
{
background-color: #FEEA56;
}
</style>
border-color css
<style>
span { border-color: #FEEA56; }
span { border-color: rgb(254,234,86); }
td.TdClassName
{
border-color: #FEEA56;
}
.TagClassName
{
border-color: #FEEA56;
}
</style>