Shades of Paris Daisy #FFEB53
Tints of Paris Daisy #FFEB53
RGB
CMYK
RGB Variations
Color information
#FFEB53 (or 0xFFEB53) is known color: Paris Daisy. HEX triplet: FF, EB and 53. RGB value is (255,235,83). Sum of RGB (Red+Green+Blue) = 255+235+83=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 83 (32.81% from 255 or 14.49% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB53 is #0014AC. Grayscale: #E0E0E0. Windows color (decimal): -5293 or 5499903. OLE color: 5499903.
HSL color Cylindrical-coordinate representation of color #FFEB53: hue angle of 53.02º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFEB53 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 83 | - |
| CMYK | 0 | 0.08 | 0.67 | 0 |
| HSL | 53.02º | 1% | 0.66% | - |
| HSV(B) | 53.02º | 0.67% | 1% | - |
| XYZ | 72.51 | 81.3 | 20.05 | - |
| YUV | 223.65 | 48.63 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 83 | 0 | 0.08 | 0.67 | 0 | 53.02 | 1 | 0.66 |
| Hex | FF | EB | 53 | 0 | 8 | 43 | 0 | 35 | 64 | 42 |
| Octal | 377 | 353 | 123 | 0 | 10 | 103 | 0 | 65 | 144 | 102 |
| Binary | 11111111 | 11101011 | 1010011 | 0 | 1000 | 1000011 | 0 | 110101 | 1100100 | 1000010 |
Color Harmonies of #FFEB53
Complementary color
Monochromatic Colors of #FFEB53
Black with #FFEB53
Text Example
Text Example
White with #FFEB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB53; }
p { color: rgb(255,235,83); }
H1.HeaderClassName
{
color: #FFEB53;
}
.AnyTagClassName
{
color: #FFEB53;
}
</style>
background-color css
<style>
a { background-color: #FFEB53; }
a { background-color: rgb(255,235,83); }
div.DivClassName
{
background-color: #FFEB53;
}
.BgClassName
{
background-color: #FFEB53;
}
</style>
border-color css
<style>
span { border-color: #FFEB53; }
span { border-color: rgb(255,235,83); }
td.TdClassName
{
border-color: #FFEB53;
}
.TagClassName
{
border-color: #FFEB53;
}
</style>