Shades of Paris Daisy #FFEA46
Tints of Paris Daisy #FFEA46
RGB
CMYK
RGB Variations
Color information
#FFEA46 (or 0xFFEA46) is known color: Paris Daisy. HEX triplet: FF, EA and 46. RGB value is (255,234,70). Sum of RGB (Red+Green+Blue) = 255+234+70=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 70 (27.73% from 255 or 12.52% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA46 is #0015B9. Grayscale: #DEDEDE. Windows color (decimal): -5562 or 4647679. OLE color: 4647679.
HSL color Cylindrical-coordinate representation of color #FFEA46: hue angle of 53.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFEA46 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 70 | - |
| CMYK | 0 | 0.08 | 0.73 | 0 |
| HSL | 53.19º | 1% | 0.64% | - |
| HSV(B) | 53.19º | 0.73% | 1% | - |
| XYZ | 71.77 | 80.55 | 17.56 | - |
| YUV | 221.58 | 42.46 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 70 | 0 | 0.08 | 0.73 | 0 | 53.19 | 1 | 0.64 |
| Hex | FF | EA | 46 | 0 | 8 | 49 | 0 | 35 | 64 | 40 |
| Octal | 377 | 352 | 106 | 0 | 10 | 111 | 0 | 65 | 144 | 100 |
| Binary | 11111111 | 11101010 | 1000110 | 0 | 1000 | 1001001 | 0 | 110101 | 1100100 | 1000000 |
Color Harmonies of #FFEA46
Complementary color
Monochromatic Colors of #FFEA46
Black with #FFEA46
Text Example
Text Example
White with #FFEA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA46; }
p { color: rgb(255,234,70); }
H1.HeaderClassName
{
color: #FFEA46;
}
.AnyTagClassName
{
color: #FFEA46;
}
</style>
background-color css
<style>
a { background-color: #FFEA46; }
a { background-color: rgb(255,234,70); }
div.DivClassName
{
background-color: #FFEA46;
}
.BgClassName
{
background-color: #FFEA46;
}
</style>
border-color css
<style>
span { border-color: #FFEA46; }
span { border-color: rgb(255,234,70); }
td.TdClassName
{
border-color: #FFEA46;
}
.TagClassName
{
border-color: #FFEA46;
}
</style>