Shades of Paris Daisy #FFEB4A
Tints of Paris Daisy #FFEB4A
RGB
CMYK
RGB Variations
Color information
#FFEB4A (or 0xFFEB4A) is known color: Paris Daisy. HEX triplet: FF, EB and 4A. RGB value is (255,235,74). Sum of RGB (Red+Green+Blue) = 255+235+74=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 74 (29.30% from 255 or 13.12% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB4A is #0014B5. Grayscale: #DFDFDF. Windows color (decimal): -5302 or 4910079. OLE color: 4910079.
HSL color Cylindrical-coordinate representation of color #FFEB4A: hue angle of 53.37º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFEB4A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 74 | - |
| CMYK | 0 | 0.08 | 0.71 | 0 |
| HSL | 53.37º | 1% | 0.65% | - |
| HSV(B) | 53.37º | 0.71% | 1% | - |
| XYZ | 72.18 | 81.17 | 18.34 | - |
| YUV | 222.63 | 44.13 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 74 | 0 | 0.08 | 0.71 | 0 | 53.37 | 1 | 0.65 |
| Hex | FF | EB | 4A | 0 | 8 | 47 | 0 | 35 | 64 | 41 |
| Octal | 377 | 353 | 112 | 0 | 10 | 107 | 0 | 65 | 144 | 101 |
| Binary | 11111111 | 11101011 | 1001010 | 0 | 1000 | 1000111 | 0 | 110101 | 1100100 | 1000001 |
Color Harmonies of #FFEB4A
Complementary color
Monochromatic Colors of #FFEB4A
Black with #FFEB4A
Text Example
Text Example
White with #FFEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB4A; }
p { color: rgb(255,235,74); }
H1.HeaderClassName
{
color: #FFEB4A;
}
.AnyTagClassName
{
color: #FFEB4A;
}
</style>
background-color css
<style>
a { background-color: #FFEB4A; }
a { background-color: rgb(255,235,74); }
div.DivClassName
{
background-color: #FFEB4A;
}
.BgClassName
{
background-color: #FFEB4A;
}
</style>
border-color css
<style>
span { border-color: #FFEB4A; }
span { border-color: rgb(255,235,74); }
td.TdClassName
{
border-color: #FFEB4A;
}
.TagClassName
{
border-color: #FFEB4A;
}
</style>