Shades of Paris Daisy #FFED55
Tints of Paris Daisy #FFED55
RGB
CMYK
RGB Variations
Color information
#FFED55 (or 0xFFED55) is known color: Paris Daisy. HEX triplet: FF, ED and 55. RGB value is (255,237,85). Sum of RGB (Red+Green+Blue) = 255+237+85=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 85 (33.59% from 255 or 14.73% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED55 is #0012AA. Grayscale: #E1E1E1. Windows color (decimal): -4779 or 5631487. OLE color: 5631487.
HSL color Cylindrical-coordinate representation of color #FFED55: hue angle of 53.65º 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 #FFED55 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 85 | - |
| CMYK | 0 | 0.07 | 0.67 | 0 |
| HSL | 53.65º | 1% | 0.67% | - |
| HSV(B) | 53.65º | 0.67% | 1% | - |
| XYZ | 73.16 | 82.48 | 20.66 | - |
| YUV | 225.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 85 | 0 | 0.07 | 0.67 | 0 | 53.65 | 1 | 0.67 |
| Hex | FF | ED | 55 | 0 | 7 | 43 | 0 | 36 | 64 | 43 |
| Octal | 377 | 355 | 125 | 0 | 7 | 103 | 0 | 66 | 144 | 103 |
| Binary | 11111111 | 11101101 | 1010101 | 0 | 111 | 1000011 | 0 | 110110 | 1100100 | 1000011 |
Color Harmonies of #FFED55
Complementary color
Monochromatic Colors of #FFED55
Black with #FFED55
Text Example
Text Example
White with #FFED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED55; }
p { color: rgb(255,237,85); }
H1.HeaderClassName
{
color: #FFED55;
}
.AnyTagClassName
{
color: #FFED55;
}
</style>
background-color css
<style>
a { background-color: #FFED55; }
a { background-color: rgb(255,237,85); }
div.DivClassName
{
background-color: #FFED55;
}
.BgClassName
{
background-color: #FFED55;
}
</style>
border-color css
<style>
span { border-color: #FFED55; }
span { border-color: rgb(255,237,85); }
td.TdClassName
{
border-color: #FFED55;
}
.TagClassName
{
border-color: #FFED55;
}
</style>