Shades of Paris Daisy #FFE955
Tints of Paris Daisy #FFE955
RGB
CMYK
RGB Variations
Color information
#FFE955 (or 0xFFE955) is known color: Paris Daisy. HEX triplet: FF, E9 and 55. RGB value is (255,233,85). Sum of RGB (Red+Green+Blue) = 255+233+85=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 85 (33.59% from 255 or 14.83% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE955 is #0016AA. Grayscale: #DFDFDF. Windows color (decimal): -5803 or 5630463. OLE color: 5630463.
HSL color Cylindrical-coordinate representation of color #FFE955: hue angle of 52.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFE955 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 85 | - |
| CMYK | 0 | 0.09 | 0.67 | 0 |
| HSL | 52.24º | 1% | 0.67% | - |
| HSV(B) | 52.24º | 0.67% | 1% | - |
| XYZ | 72.02 | 80.19 | 20.28 | - |
| YUV | 222.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 85 | 0 | 0.09 | 0.67 | 0 | 52.24 | 1 | 0.67 |
| Hex | FF | E9 | 55 | 0 | 9 | 43 | 0 | 34 | 64 | 43 |
| Octal | 377 | 351 | 125 | 0 | 11 | 103 | 0 | 64 | 144 | 103 |
| Binary | 11111111 | 11101001 | 1010101 | 0 | 1001 | 1000011 | 0 | 110100 | 1100100 | 1000011 |
Color Harmonies of #FFE955
Complementary color
Monochromatic Colors of #FFE955
Black with #FFE955
Text Example
Text Example
White with #FFE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE955; }
p { color: rgb(255,233,85); }
H1.HeaderClassName
{
color: #FFE955;
}
.AnyTagClassName
{
color: #FFE955;
}
</style>
background-color css
<style>
a { background-color: #FFE955; }
a { background-color: rgb(255,233,85); }
div.DivClassName
{
background-color: #FFE955;
}
.BgClassName
{
background-color: #FFE955;
}
</style>
border-color css
<style>
span { border-color: #FFE955; }
span { border-color: rgb(255,233,85); }
td.TdClassName
{
border-color: #FFE955;
}
.TagClassName
{
border-color: #FFE955;
}
</style>