Shades of Paris Daisy #FFEB56
Tints of Paris Daisy #FFEB56
RGB
CMYK
RGB Variations
Color information
#FFEB56 (or 0xFFEB56) is known color: Paris Daisy. HEX triplet: FF, EB and 56. RGB value is (255,235,86). Sum of RGB (Red+Green+Blue) = 255+235+86=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 86 (33.98% from 255 or 14.93% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB56 is #0014A9. Grayscale: #E0E0E0. Windows color (decimal): -5290 or 5696511. OLE color: 5696511.
HSL color Cylindrical-coordinate representation of color #FFEB56: hue angle of 52.9º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFEB56 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 86 | - |
| CMYK | 0 | 0.08 | 0.66 | 0 |
| HSL | 52.9º | 1% | 0.67% | - |
| HSV(B) | 52.9º | 0.66% | 1% | - |
| XYZ | 72.63 | 81.35 | 20.68 | - |
| YUV | 223.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 86 | 0 | 0.08 | 0.66 | 0 | 52.9 | 1 | 0.67 |
| Hex | FF | EB | 56 | 0 | 8 | 42 | 0 | 35 | 64 | 43 |
| Octal | 377 | 353 | 126 | 0 | 10 | 102 | 0 | 65 | 144 | 103 |
| Binary | 11111111 | 11101011 | 1010110 | 0 | 1000 | 1000010 | 0 | 110101 | 1100100 | 1000011 |
Color Harmonies of #FFEB56
Complementary color
Monochromatic Colors of #FFEB56
Black with #FFEB56
Text Example
Text Example
White with #FFEB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB56; }
p { color: rgb(255,235,86); }
H1.HeaderClassName
{
color: #FFEB56;
}
.AnyTagClassName
{
color: #FFEB56;
}
</style>
background-color css
<style>
a { background-color: #FFEB56; }
a { background-color: rgb(255,235,86); }
div.DivClassName
{
background-color: #FFEB56;
}
.BgClassName
{
background-color: #FFEB56;
}
</style>
border-color css
<style>
span { border-color: #FFEB56; }
span { border-color: rgb(255,235,86); }
td.TdClassName
{
border-color: #FFEB56;
}
.TagClassName
{
border-color: #FFEB56;
}
</style>