Shades of Paris Daisy #FFEA54
Tints of Paris Daisy #FFEA54
RGB
CMYK
RGB Variations
Color information
#FFEA54 (or 0xFFEA54) is known color: Paris Daisy. HEX triplet: FF, EA and 54. RGB value is (255,234,84). Sum of RGB (Red+Green+Blue) = 255+234+84=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 84 (33.20% from 255 or 14.66% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA54 is #0015AB. Grayscale: #DFDFDF. Windows color (decimal): -5548 or 5565183. OLE color: 5565183.
HSL color Cylindrical-coordinate representation of color #FFEA54: hue angle of 52.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFEA54 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 84 | - |
| CMYK | 0 | 0.08 | 0.67 | 0 |
| HSL | 52.63º | 1% | 0.66% | - |
| HSV(B) | 52.63º | 0.67% | 1% | - |
| XYZ | 72.26 | 80.75 | 20.16 | - |
| YUV | 223.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 84 | 0 | 0.08 | 0.67 | 0 | 52.63 | 1 | 0.66 |
| Hex | FF | EA | 54 | 0 | 8 | 43 | 0 | 35 | 64 | 42 |
| Octal | 377 | 352 | 124 | 0 | 10 | 103 | 0 | 65 | 144 | 102 |
| Binary | 11111111 | 11101010 | 1010100 | 0 | 1000 | 1000011 | 0 | 110101 | 1100100 | 1000010 |
Color Harmonies of #FFEA54
Complementary color
Monochromatic Colors of #FFEA54
Black with #FFEA54
Text Example
Text Example
White with #FFEA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA54; }
p { color: rgb(255,234,84); }
H1.HeaderClassName
{
color: #FFEA54;
}
.AnyTagClassName
{
color: #FFEA54;
}
</style>
background-color css
<style>
a { background-color: #FFEA54; }
a { background-color: rgb(255,234,84); }
div.DivClassName
{
background-color: #FFEA54;
}
.BgClassName
{
background-color: #FFEA54;
}
</style>
border-color css
<style>
span { border-color: #FFEA54; }
span { border-color: rgb(255,234,84); }
td.TdClassName
{
border-color: #FFEA54;
}
.TagClassName
{
border-color: #FFEA54;
}
</style>