Shades of Paris Daisy #FFEB4D
Tints of Paris Daisy #FFEB4D
RGB
CMYK
RGB Variations
Color information
#FFEB4D (or 0xFFEB4D) is known color: Paris Daisy. HEX triplet: FF, EB and 4D. RGB value is (255,235,77). Sum of RGB (Red+Green+Blue) = 255+235+77=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 77 (30.47% from 255 or 13.58% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB4D is #0014B2. Grayscale: #DFDFDF. Windows color (decimal): -5299 or 5106687. OLE color: 5106687.
HSL color Cylindrical-coordinate representation of color #FFEB4D: hue angle of 53.26º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFEB4D is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 77 | - |
| CMYK | 0 | 0.08 | 0.70 | 0 |
| HSL | 53.26º | 1% | 0.65% | - |
| HSV(B) | 53.26º | 0.7% | 1% | - |
| XYZ | 72.29 | 81.21 | 18.89 | - |
| YUV | 222.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 77 | 0 | 0.08 | 0.70 | 0 | 53.26 | 1 | 0.65 |
| Hex | FF | EB | 4D | 0 | 8 | 46 | 0 | 35 | 64 | 41 |
| Octal | 377 | 353 | 115 | 0 | 10 | 106 | 0 | 65 | 144 | 101 |
| Binary | 11111111 | 11101011 | 1001101 | 0 | 1000 | 1000110 | 0 | 110101 | 1100100 | 1000001 |
Color Harmonies of #FFEB4D
Complementary color
Monochromatic Colors of #FFEB4D
Black with #FFEB4D
Text Example
Text Example
White with #FFEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB4D; }
p { color: rgb(255,235,77); }
H1.HeaderClassName
{
color: #FFEB4D;
}
.AnyTagClassName
{
color: #FFEB4D;
}
</style>
background-color css
<style>
a { background-color: #FFEB4D; }
a { background-color: rgb(255,235,77); }
div.DivClassName
{
background-color: #FFEB4D;
}
.BgClassName
{
background-color: #FFEB4D;
}
</style>
border-color css
<style>
span { border-color: #FFEB4D; }
span { border-color: rgb(255,235,77); }
td.TdClassName
{
border-color: #FFEB4D;
}
.TagClassName
{
border-color: #FFEB4D;
}
</style>