Shades of Paris Daisy #FFE656
Tints of Paris Daisy #FFE656
RGB
CMYK
RGB Variations
Color information
#FFE656 (or 0xFFE656) is known color: Paris Daisy. HEX triplet: FF, E6 and 56. RGB value is (255,230,86). Sum of RGB (Red+Green+Blue) = 255+230+86=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 86 (33.98% from 255 or 15.06% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE656 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE656 is #0019A9. Grayscale: #DDDDDD. Windows color (decimal): -6570 or 5695231. OLE color: 5695231.
HSL color Cylindrical-coordinate representation of color #FFE656: hue angle of 51.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFE656 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 86 | - |
| CMYK | 0 | 0.10 | 0.66 | 0 |
| HSL | 51.12º | 1% | 0.67% | - |
| HSV(B) | 51.12º | 0.66% | 1% | - |
| XYZ | 71.22 | 78.53 | 20.21 | - |
| YUV | 221.06 | 51.78 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 86 | 0 | 0.10 | 0.66 | 0 | 51.12 | 1 | 0.67 |
| Hex | FF | E6 | 56 | 0 | A | 42 | 0 | 33 | 64 | 43 |
| Octal | 377 | 346 | 126 | 0 | 12 | 102 | 0 | 63 | 144 | 103 |
| Binary | 11111111 | 11100110 | 1010110 | 0 | 1010 | 1000010 | 0 | 110011 | 1100100 | 1000011 |
Color Harmonies of #FFE656
Complementary color
Monochromatic Colors of #FFE656
Black with #FFE656
Text Example
Text Example
White with #FFE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE656; }
p { color: rgb(255,230,86); }
H1.HeaderClassName
{
color: #FFE656;
}
.AnyTagClassName
{
color: #FFE656;
}
</style>
background-color css
<style>
a { background-color: #FFE656; }
a { background-color: rgb(255,230,86); }
div.DivClassName
{
background-color: #FFE656;
}
.BgClassName
{
background-color: #FFE656;
}
</style>
border-color css
<style>
span { border-color: #FFE656; }
span { border-color: rgb(255,230,86); }
td.TdClassName
{
border-color: #FFE656;
}
.TagClassName
{
border-color: #FFE656;
}
</style>