Shades of Paris Daisy #FFE545
Tints of Paris Daisy #FFE545
RGB
CMYK
RGB Variations
Color information
#FFE545 (or 0xFFE545) is known color: Paris Daisy. HEX triplet: FF, E5 and 45. RGB value is (255,229,69). Sum of RGB (Red+Green+Blue) = 255+229+69=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 69 (27.34% from 255 or 12.48% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE545 is #001ABA. Grayscale: #DBDBDB. Windows color (decimal): -6843 or 4580863. OLE color: 4580863.
HSL color Cylindrical-coordinate representation of color #FFE545: hue angle of 51.61º 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 #FFE545 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 69 | - |
| CMYK | 0 | 0.10 | 0.73 | 0 |
| HSL | 51.61º | 1% | 0.64% | - |
| HSV(B) | 51.61º | 0.73% | 1% | - |
| XYZ | 70.33 | 77.73 | 16.93 | - |
| YUV | 218.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 69 | 0 | 0.10 | 0.73 | 0 | 51.61 | 1 | 0.64 |
| Hex | FF | E5 | 45 | 0 | A | 49 | 0 | 34 | 64 | 40 |
| Octal | 377 | 345 | 105 | 0 | 12 | 111 | 0 | 64 | 144 | 100 |
| Binary | 11111111 | 11100101 | 1000101 | 0 | 1010 | 1001001 | 0 | 110100 | 1100100 | 1000000 |
Color Harmonies of #FFE545
Complementary color
Monochromatic Colors of #FFE545
Black with #FFE545
Text Example
Text Example
White with #FFE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE545; }
p { color: rgb(255,229,69); }
H1.HeaderClassName
{
color: #FFE545;
}
.AnyTagClassName
{
color: #FFE545;
}
</style>
background-color css
<style>
a { background-color: #FFE545; }
a { background-color: rgb(255,229,69); }
div.DivClassName
{
background-color: #FFE545;
}
.BgClassName
{
background-color: #FFE545;
}
</style>
border-color css
<style>
span { border-color: #FFE545; }
span { border-color: rgb(255,229,69); }
td.TdClassName
{
border-color: #FFE545;
}
.TagClassName
{
border-color: #FFE545;
}
</style>