Shades of Paris Daisy #FFEA50
Tints of Paris Daisy #FFEA50
RGB
CMYK
RGB Variations
Color information
#FFEA50 (or 0xFFEA50) is known color: Paris Daisy. HEX triplet: FF, EA and 50. RGB value is (255,234,80). Sum of RGB (Red+Green+Blue) = 255+234+80=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 80 (31.64% from 255 or 14.06% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA50 is #0015AF. Grayscale: #DFDFDF. Windows color (decimal): -5552 or 5303039. OLE color: 5303039.
HSL color Cylindrical-coordinate representation of color #FFEA50: hue angle of 52.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFEA50 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 80 | - |
| CMYK | 0 | 0.08 | 0.69 | 0 |
| HSL | 52.8º | 1% | 0.66% | - |
| HSV(B) | 52.8º | 0.69% | 1% | - |
| XYZ | 72.11 | 80.68 | 19.36 | - |
| YUV | 222.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 80 | 0 | 0.08 | 0.69 | 0 | 52.8 | 1 | 0.66 |
| Hex | FF | EA | 50 | 0 | 8 | 45 | 0 | 35 | 64 | 42 |
| Octal | 377 | 352 | 120 | 0 | 10 | 105 | 0 | 65 | 144 | 102 |
| Binary | 11111111 | 11101010 | 1010000 | 0 | 1000 | 1000101 | 0 | 110101 | 1100100 | 1000010 |
Color Harmonies of #FFEA50
Complementary color
Monochromatic Colors of #FFEA50
Black with #FFEA50
Text Example
Text Example
White with #FFEA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA50; }
p { color: rgb(255,234,80); }
H1.HeaderClassName
{
color: #FFEA50;
}
.AnyTagClassName
{
color: #FFEA50;
}
</style>
background-color css
<style>
a { background-color: #FFEA50; }
a { background-color: rgb(255,234,80); }
div.DivClassName
{
background-color: #FFEA50;
}
.BgClassName
{
background-color: #FFEA50;
}
</style>
border-color css
<style>
span { border-color: #FFEA50; }
span { border-color: rgb(255,234,80); }
td.TdClassName
{
border-color: #FFEA50;
}
.TagClassName
{
border-color: #FFEA50;
}
</style>