Shades of Paris Daisy #FFED45
Tints of Paris Daisy #FFED45
RGB
CMYK
RGB Variations
Color information
#FFED45 (or 0xFFED45) is known color: Paris Daisy. HEX triplet: FF, ED and 45. RGB value is (255,237,69). Sum of RGB (Red+Green+Blue) = 255+237+69=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 69 (27.34% from 255 or 12.30% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED45 is #0012BA. Grayscale: #DFDFDF. Windows color (decimal): -4795 or 4582911. OLE color: 4582911.
HSL color Cylindrical-coordinate representation of color #FFED45: hue angle of 54.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFED45 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 69 | - |
| CMYK | 0 | 0.07 | 0.73 | 0 |
| HSL | 54.19º | 1% | 0.64% | - |
| HSV(B) | 54.19º | 0.73% | 1% | - |
| XYZ | 72.6 | 82.26 | 17.68 | - |
| YUV | 223.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 69 | 0 | 0.07 | 0.73 | 0 | 54.19 | 1 | 0.64 |
| Hex | FF | ED | 45 | 0 | 7 | 49 | 0 | 36 | 64 | 40 |
| Octal | 377 | 355 | 105 | 0 | 7 | 111 | 0 | 66 | 144 | 100 |
| Binary | 11111111 | 11101101 | 1000101 | 0 | 111 | 1001001 | 0 | 110110 | 1100100 | 1000000 |
Color Harmonies of #FFED45
Complementary color
Monochromatic Colors of #FFED45
Black with #FFED45
Text Example
Text Example
White with #FFED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED45; }
p { color: rgb(255,237,69); }
H1.HeaderClassName
{
color: #FFED45;
}
.AnyTagClassName
{
color: #FFED45;
}
</style>
background-color css
<style>
a { background-color: #FFED45; }
a { background-color: rgb(255,237,69); }
div.DivClassName
{
background-color: #FFED45;
}
.BgClassName
{
background-color: #FFED45;
}
</style>
border-color css
<style>
span { border-color: #FFED45; }
span { border-color: rgb(255,237,69); }
td.TdClassName
{
border-color: #FFED45;
}
.TagClassName
{
border-color: #FFED45;
}
</style>