Shades of Paris Daisy #FFEA52
Tints of Paris Daisy #FFEA52
RGB
CMYK
RGB Variations
Color information
#FFEA52 (or 0xFFEA52) is known color: Paris Daisy. HEX triplet: FF, EA and 52. RGB value is (255,234,82). Sum of RGB (Red+Green+Blue) = 255+234+82=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 82 (32.42% from 255 or 14.36% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA52 is #0015AD. Grayscale: #DFDFDF. Windows color (decimal): -5550 or 5434111. OLE color: 5434111.
HSL color Cylindrical-coordinate representation of color #FFEA52: hue angle of 52.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFEA52 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 82 | - |
| CMYK | 0 | 0.08 | 0.68 | 0 |
| HSL | 52.72º | 1% | 0.66% | - |
| HSV(B) | 52.72º | 0.68% | 1% | - |
| XYZ | 72.19 | 80.71 | 19.76 | - |
| YUV | 222.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 82 | 0 | 0.08 | 0.68 | 0 | 52.72 | 1 | 0.66 |
| Hex | FF | EA | 52 | 0 | 8 | 44 | 0 | 35 | 64 | 42 |
| Octal | 377 | 352 | 122 | 0 | 10 | 104 | 0 | 65 | 144 | 102 |
| Binary | 11111111 | 11101010 | 1010010 | 0 | 1000 | 1000100 | 0 | 110101 | 1100100 | 1000010 |
Color Harmonies of #FFEA52
Complementary color
Monochromatic Colors of #FFEA52
Black with #FFEA52
Text Example
Text Example
White with #FFEA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA52; }
p { color: rgb(255,234,82); }
H1.HeaderClassName
{
color: #FFEA52;
}
.AnyTagClassName
{
color: #FFEA52;
}
</style>
background-color css
<style>
a { background-color: #FFEA52; }
a { background-color: rgb(255,234,82); }
div.DivClassName
{
background-color: #FFEA52;
}
.BgClassName
{
background-color: #FFEA52;
}
</style>
border-color css
<style>
span { border-color: #FFEA52; }
span { border-color: rgb(255,234,82); }
td.TdClassName
{
border-color: #FFEA52;
}
.TagClassName
{
border-color: #FFEA52;
}
</style>