Shades of Paris Daisy #FFEB4E
Tints of Paris Daisy #FFEB4E
RGB
CMYK
RGB Variations
Color information
#FFEB4E (or 0xFFEB4E) is known color: Paris Daisy. HEX triplet: FF, EB and 4E. RGB value is (255,235,78). Sum of RGB (Red+Green+Blue) = 255+235+78=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 78 (30.86% from 255 or 13.73% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB4E is #0014B1. Grayscale: #DFDFDF. Windows color (decimal): -5298 or 5172223. OLE color: 5172223.
HSL color Cylindrical-coordinate representation of color #FFEB4E: hue angle of 53.22º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFEB4E is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 78 | - |
| CMYK | 0 | 0.08 | 0.69 | 0 |
| HSL | 53.22º | 1% | 0.65% | - |
| HSV(B) | 53.22º | 0.69% | 1% | - |
| XYZ | 72.32 | 81.23 | 19.07 | - |
| YUV | 223.08 | 46.13 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 78 | 0 | 0.08 | 0.69 | 0 | 53.22 | 1 | 0.65 |
| Hex | FF | EB | 4E | 0 | 8 | 45 | 0 | 35 | 64 | 41 |
| Octal | 377 | 353 | 116 | 0 | 10 | 105 | 0 | 65 | 144 | 101 |
| Binary | 11111111 | 11101011 | 1001110 | 0 | 1000 | 1000101 | 0 | 110101 | 1100100 | 1000001 |
Color Harmonies of #FFEB4E
Complementary color
Monochromatic Colors of #FFEB4E
Black with #FFEB4E
Text Example
Text Example
White with #FFEB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB4E; }
p { color: rgb(255,235,78); }
H1.HeaderClassName
{
color: #FFEB4E;
}
.AnyTagClassName
{
color: #FFEB4E;
}
</style>
background-color css
<style>
a { background-color: #FFEB4E; }
a { background-color: rgb(255,235,78); }
div.DivClassName
{
background-color: #FFEB4E;
}
.BgClassName
{
background-color: #FFEB4E;
}
</style>
border-color css
<style>
span { border-color: #FFEB4E; }
span { border-color: rgb(255,235,78); }
td.TdClassName
{
border-color: #FFEB4E;
}
.TagClassName
{
border-color: #FFEB4E;
}
</style>