Shades of Paris Daisy #FFE756
Tints of Paris Daisy #FFE756
RGB
CMYK
RGB Variations
Color information
#FFE756 (or 0xFFE756) is known color: Paris Daisy. HEX triplet: FF, E7 and 56. RGB value is (255,231,86). Sum of RGB (Red+Green+Blue) = 255+231+86=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 86 (33.98% from 255 or 15.03% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE756 is #0018A9. Grayscale: #DEDEDE. Windows color (decimal): -6314 or 5695487. OLE color: 5695487.
HSL color Cylindrical-coordinate representation of color #FFE756: hue angle of 51.48º 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 #FFE756 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 86 | - |
| CMYK | 0 | 0.09 | 0.66 | 0 |
| HSL | 51.48º | 1% | 0.67% | - |
| HSV(B) | 51.48º | 0.66% | 1% | - |
| XYZ | 71.5 | 79.08 | 20.3 | - |
| YUV | 221.65 | 51.45 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 86 | 0 | 0.09 | 0.66 | 0 | 51.48 | 1 | 0.67 |
| Hex | FF | E7 | 56 | 0 | 9 | 42 | 0 | 33 | 64 | 43 |
| Octal | 377 | 347 | 126 | 0 | 11 | 102 | 0 | 63 | 144 | 103 |
| Binary | 11111111 | 11100111 | 1010110 | 0 | 1001 | 1000010 | 0 | 110011 | 1100100 | 1000011 |
Color Harmonies of #FFE756
Complementary color
Monochromatic Colors of #FFE756
Black with #FFE756
Text Example
Text Example
White with #FFE756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE756; }
p { color: rgb(255,231,86); }
H1.HeaderClassName
{
color: #FFE756;
}
.AnyTagClassName
{
color: #FFE756;
}
</style>
background-color css
<style>
a { background-color: #FFE756; }
a { background-color: rgb(255,231,86); }
div.DivClassName
{
background-color: #FFE756;
}
.BgClassName
{
background-color: #FFE756;
}
</style>
border-color css
<style>
span { border-color: #FFE756; }
span { border-color: rgb(255,231,86); }
td.TdClassName
{
border-color: #FFE756;
}
.TagClassName
{
border-color: #FFE756;
}
</style>