Shades of Paris Daisy #FFE146
Tints of Paris Daisy #FFE146
RGB
CMYK
RGB Variations
Color information
#FFE146 (or 0xFFE146) is known color: Paris Daisy. HEX triplet: FF, E1 and 46. RGB value is (255,225,70). Sum of RGB (Red+Green+Blue) = 255+225+70=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 70 (27.73% from 255 or 12.73% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE146 is #001EB9. Grayscale: #D8D8D8. Windows color (decimal): -7866 or 4645375. OLE color: 4645375.
HSL color Cylindrical-coordinate representation of color #FFE146: hue angle of 50.27º 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 #FFE146 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 70 | - |
| CMYK | 0 | 0.12 | 0.73 | 0 |
| HSL | 50.27º | 1% | 0.64% | - |
| HSV(B) | 50.27º | 0.73% | 1% | - |
| XYZ | 69.27 | 75.55 | 16.73 | - |
| YUV | 216.3 | 45.44 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 70 | 0 | 0.12 | 0.73 | 0 | 50.27 | 1 | 0.64 |
| Hex | FF | E1 | 46 | 0 | C | 49 | 0 | 32 | 64 | 40 |
| Octal | 377 | 341 | 106 | 0 | 14 | 111 | 0 | 62 | 144 | 100 |
| Binary | 11111111 | 11100001 | 1000110 | 0 | 1100 | 1001001 | 0 | 110010 | 1100100 | 1000000 |
Color Harmonies of #FFE146
Complementary color
Monochromatic Colors of #FFE146
Black with #FFE146
Text Example
Text Example
White with #FFE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE146; }
p { color: rgb(255,225,70); }
H1.HeaderClassName
{
color: #FFE146;
}
.AnyTagClassName
{
color: #FFE146;
}
</style>
background-color css
<style>
a { background-color: #FFE146; }
a { background-color: rgb(255,225,70); }
div.DivClassName
{
background-color: #FFE146;
}
.BgClassName
{
background-color: #FFE146;
}
</style>
border-color css
<style>
span { border-color: #FFE146; }
span { border-color: rgb(255,225,70); }
td.TdClassName
{
border-color: #FFE146;
}
.TagClassName
{
border-color: #FFE146;
}
</style>