Shades of Paris Daisy #FFE246
Tints of Paris Daisy #FFE246
RGB
CMYK
RGB Variations
Color information
#FFE246 (or 0xFFE246) is known color: Paris Daisy. HEX triplet: FF, E2 and 46. RGB value is (255,226,70). Sum of RGB (Red+Green+Blue) = 255+226+70=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 70 (27.73% from 255 or 12.70% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE246 is #001DB9. Grayscale: #D9D9D9. Windows color (decimal): -7610 or 4645631. OLE color: 4645631.
HSL color Cylindrical-coordinate representation of color #FFE246: hue angle of 50.59º 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 #FFE246 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 70 | - |
| CMYK | 0 | 0.11 | 0.73 | 0 |
| HSL | 50.59º | 1% | 0.64% | - |
| HSV(B) | 50.59º | 0.73% | 1% | - |
| XYZ | 69.54 | 76.09 | 16.82 | - |
| YUV | 216.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 70 | 0 | 0.11 | 0.73 | 0 | 50.59 | 1 | 0.64 |
| Hex | FF | E2 | 46 | 0 | B | 49 | 0 | 33 | 64 | 40 |
| Octal | 377 | 342 | 106 | 0 | 13 | 111 | 0 | 63 | 144 | 100 |
| Binary | 11111111 | 11100010 | 1000110 | 0 | 1011 | 1001001 | 0 | 110011 | 1100100 | 1000000 |
Color Harmonies of #FFE246
Complementary color
Monochromatic Colors of #FFE246
Black with #FFE246
Text Example
Text Example
White with #FFE246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE246; }
p { color: rgb(255,226,70); }
H1.HeaderClassName
{
color: #FFE246;
}
.AnyTagClassName
{
color: #FFE246;
}
</style>
background-color css
<style>
a { background-color: #FFE246; }
a { background-color: rgb(255,226,70); }
div.DivClassName
{
background-color: #FFE246;
}
.BgClassName
{
background-color: #FFE246;
}
</style>
border-color css
<style>
span { border-color: #FFE246; }
span { border-color: rgb(255,226,70); }
td.TdClassName
{
border-color: #FFE246;
}
.TagClassName
{
border-color: #FFE246;
}
</style>