Shades of Paris Daisy #FFEB52
Tints of Paris Daisy #FFEB52
RGB
CMYK
RGB Variations
Color information
#FFEB52 (or 0xFFEB52) is known color: Paris Daisy. HEX triplet: FF, EB and 52. RGB value is (255,235,82). Sum of RGB (Red+Green+Blue) = 255+235+82=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 82 (32.42% from 255 or 14.34% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB52 is #0014AD. Grayscale: #E0E0E0. Windows color (decimal): -5294 or 5434367. OLE color: 5434367.
HSL color Cylindrical-coordinate representation of color #FFEB52: hue angle of 53.06º 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 #FFEB52 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 82 | - |
| CMYK | 0 | 0.08 | 0.68 | 0 |
| HSL | 53.06º | 1% | 0.66% | - |
| HSV(B) | 53.06º | 0.68% | 1% | - |
| XYZ | 72.47 | 81.29 | 19.85 | - |
| YUV | 223.54 | 48.13 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 82 | 0 | 0.08 | 0.68 | 0 | 53.06 | 1 | 0.66 |
| Hex | FF | EB | 52 | 0 | 8 | 44 | 0 | 35 | 64 | 42 |
| Octal | 377 | 353 | 122 | 0 | 10 | 104 | 0 | 65 | 144 | 102 |
| Binary | 11111111 | 11101011 | 1010010 | 0 | 1000 | 1000100 | 0 | 110101 | 1100100 | 1000010 |
Color Harmonies of #FFEB52
Complementary color
Monochromatic Colors of #FFEB52
Black with #FFEB52
Text Example
Text Example
White with #FFEB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB52; }
p { color: rgb(255,235,82); }
H1.HeaderClassName
{
color: #FFEB52;
}
.AnyTagClassName
{
color: #FFEB52;
}
</style>
background-color css
<style>
a { background-color: #FFEB52; }
a { background-color: rgb(255,235,82); }
div.DivClassName
{
background-color: #FFEB52;
}
.BgClassName
{
background-color: #FFEB52;
}
</style>
border-color css
<style>
span { border-color: #FFEB52; }
span { border-color: rgb(255,235,82); }
td.TdClassName
{
border-color: #FFEB52;
}
.TagClassName
{
border-color: #FFEB52;
}
</style>