Shades of Paris Daisy #FFEA47
Tints of Paris Daisy #FFEA47
RGB
CMYK
RGB Variations
Color information
#FFEA47 (or 0xFFEA47) is known color: Paris Daisy. HEX triplet: FF, EA and 47. RGB value is (255,234,71). Sum of RGB (Red+Green+Blue) = 255+234+71=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 71 (28.12% from 255 or 12.68% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA47 is #0015B8. Grayscale: #DEDEDE. Windows color (decimal): -5561 or 4713215. OLE color: 4713215.
HSL color Cylindrical-coordinate representation of color #FFEA47: hue angle of 53.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFEA47 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 71 | - |
| CMYK | 0 | 0.08 | 0.72 | 0 |
| HSL | 53.15º | 1% | 0.64% | - |
| HSV(B) | 53.15º | 0.72% | 1% | - |
| XYZ | 71.8 | 80.56 | 17.73 | - |
| YUV | 221.7 | 42.96 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 71 | 0 | 0.08 | 0.72 | 0 | 53.15 | 1 | 0.64 |
| Hex | FF | EA | 47 | 0 | 8 | 48 | 0 | 35 | 64 | 40 |
| Octal | 377 | 352 | 107 | 0 | 10 | 110 | 0 | 65 | 144 | 100 |
| Binary | 11111111 | 11101010 | 1000111 | 0 | 1000 | 1001000 | 0 | 110101 | 1100100 | 1000000 |
Color Harmonies of #FFEA47
Complementary color
Monochromatic Colors of #FFEA47
Black with #FFEA47
Text Example
Text Example
White with #FFEA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA47; }
p { color: rgb(255,234,71); }
H1.HeaderClassName
{
color: #FFEA47;
}
.AnyTagClassName
{
color: #FFEA47;
}
</style>
background-color css
<style>
a { background-color: #FFEA47; }
a { background-color: rgb(255,234,71); }
div.DivClassName
{
background-color: #FFEA47;
}
.BgClassName
{
background-color: #FFEA47;
}
</style>
border-color css
<style>
span { border-color: #FFEA47; }
span { border-color: rgb(255,234,71); }
td.TdClassName
{
border-color: #FFEA47;
}
.TagClassName
{
border-color: #FFEA47;
}
</style>