Shades of Paris Daisy #FFED47
Tints of Paris Daisy #FFED47
RGB
CMYK
RGB Variations
Color information
#FFED47 (or 0xFFED47) is known color: Paris Daisy. HEX triplet: FF, ED and 47. RGB value is (255,237,71). Sum of RGB (Red+Green+Blue) = 255+237+71=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 71 (28.12% from 255 or 12.61% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED47 is #0012B8. Grayscale: #E0E0E0. Windows color (decimal): -4793 or 4713983. OLE color: 4713983.
HSL color Cylindrical-coordinate representation of color #FFED47: hue angle of 54.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFED47 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 71 | - |
| CMYK | 0 | 0.07 | 0.72 | 0 |
| HSL | 54.13º | 1% | 0.64% | - |
| HSV(B) | 54.13º | 0.72% | 1% | - |
| XYZ | 72.66 | 82.28 | 18.01 | - |
| YUV | 223.46 | 41.96 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 71 | 0 | 0.07 | 0.72 | 0 | 54.13 | 1 | 0.64 |
| Hex | FF | ED | 47 | 0 | 7 | 48 | 0 | 36 | 64 | 40 |
| Octal | 377 | 355 | 107 | 0 | 7 | 110 | 0 | 66 | 144 | 100 |
| Binary | 11111111 | 11101101 | 1000111 | 0 | 111 | 1001000 | 0 | 110110 | 1100100 | 1000000 |
Color Harmonies of #FFED47
Complementary color
Monochromatic Colors of #FFED47
Black with #FFED47
Text Example
Text Example
White with #FFED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED47; }
p { color: rgb(255,237,71); }
H1.HeaderClassName
{
color: #FFED47;
}
.AnyTagClassName
{
color: #FFED47;
}
</style>
background-color css
<style>
a { background-color: #FFED47; }
a { background-color: rgb(255,237,71); }
div.DivClassName
{
background-color: #FFED47;
}
.BgClassName
{
background-color: #FFED47;
}
</style>
border-color css
<style>
span { border-color: #FFED47; }
span { border-color: rgb(255,237,71); }
td.TdClassName
{
border-color: #FFED47;
}
.TagClassName
{
border-color: #FFED47;
}
</style>