Shades of Paris Daisy #FFEB45
Tints of Paris Daisy #FFEB45
RGB
CMYK
RGB Variations
Color information
#FFEB45 (or 0xFFEB45) is known color: Paris Daisy. HEX triplet: FF, EB and 45. RGB value is (255,235,69). Sum of RGB (Red+Green+Blue) = 255+235+69=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 69 (27.34% from 255 or 12.34% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB45 is #0014BA. Grayscale: #DEDEDE. Windows color (decimal): -5307 or 4582399. OLE color: 4582399.
HSL color Cylindrical-coordinate representation of color #FFEB45: hue angle of 53.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFEB45 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 69 | - |
| CMYK | 0 | 0.08 | 0.73 | 0 |
| HSL | 53.55º | 1% | 0.64% | - |
| HSV(B) | 53.55º | 0.73% | 1% | - |
| XYZ | 72.02 | 81.11 | 17.49 | - |
| YUV | 222.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 69 | 0 | 0.08 | 0.73 | 0 | 53.55 | 1 | 0.64 |
| Hex | FF | EB | 45 | 0 | 8 | 49 | 0 | 36 | 64 | 40 |
| Octal | 377 | 353 | 105 | 0 | 10 | 111 | 0 | 66 | 144 | 100 |
| Binary | 11111111 | 11101011 | 1000101 | 0 | 1000 | 1001001 | 0 | 110110 | 1100100 | 1000000 |
Color Harmonies of #FFEB45
Complementary color
Monochromatic Colors of #FFEB45
Black with #FFEB45
Text Example
Text Example
White with #FFEB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB45; }
p { color: rgb(255,235,69); }
H1.HeaderClassName
{
color: #FFEB45;
}
.AnyTagClassName
{
color: #FFEB45;
}
</style>
background-color css
<style>
a { background-color: #FFEB45; }
a { background-color: rgb(255,235,69); }
div.DivClassName
{
background-color: #FFEB45;
}
.BgClassName
{
background-color: #FFEB45;
}
</style>
border-color css
<style>
span { border-color: #FFEB45; }
span { border-color: rgb(255,235,69); }
td.TdClassName
{
border-color: #FFEB45;
}
.TagClassName
{
border-color: #FFEB45;
}
</style>