Shades of Paris Daisy #FFED53
Tints of Paris Daisy #FFED53
RGB
CMYK
RGB Variations
Color information
#FFED53 (or 0xFFED53) is known color: Paris Daisy. HEX triplet: FF, ED and 53. RGB value is (255,237,83). Sum of RGB (Red+Green+Blue) = 255+237+83=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 83 (32.81% from 255 or 14.43% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED53 is #0012AC. Grayscale: #E1E1E1. Windows color (decimal): -4781 or 5500415. OLE color: 5500415.
HSL color Cylindrical-coordinate representation of color #FFED53: hue angle of 53.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFED53 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 83 | - |
| CMYK | 0 | 0.07 | 0.67 | 0 |
| HSL | 53.72º | 1% | 0.66% | - |
| HSV(B) | 53.72º | 0.67% | 1% | - |
| XYZ | 73.09 | 82.45 | 20.25 | - |
| YUV | 224.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 83 | 0 | 0.07 | 0.67 | 0 | 53.72 | 1 | 0.66 |
| Hex | FF | ED | 53 | 0 | 7 | 43 | 0 | 36 | 64 | 42 |
| Octal | 377 | 355 | 123 | 0 | 7 | 103 | 0 | 66 | 144 | 102 |
| Binary | 11111111 | 11101101 | 1010011 | 0 | 111 | 1000011 | 0 | 110110 | 1100100 | 1000010 |
Color Harmonies of #FFED53
Complementary color
Monochromatic Colors of #FFED53
Black with #FFED53
Text Example
Text Example
White with #FFED53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED53; }
p { color: rgb(255,237,83); }
H1.HeaderClassName
{
color: #FFED53;
}
.AnyTagClassName
{
color: #FFED53;
}
</style>
background-color css
<style>
a { background-color: #FFED53; }
a { background-color: rgb(255,237,83); }
div.DivClassName
{
background-color: #FFED53;
}
.BgClassName
{
background-color: #FFED53;
}
</style>
border-color css
<style>
span { border-color: #FFED53; }
span { border-color: rgb(255,237,83); }
td.TdClassName
{
border-color: #FFED53;
}
.TagClassName
{
border-color: #FFED53;
}
</style>