Shades of Paris Daisy #FFED48
Tints of Paris Daisy #FFED48
RGB
CMYK
RGB Variations
Color information
#FFED48 (or 0xFFED48) is known color: Paris Daisy. HEX triplet: FF, ED and 48. RGB value is (255,237,72). Sum of RGB (Red+Green+Blue) = 255+237+72=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 72 (28.52% from 255 or 12.77% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED48 is #0012B7. Grayscale: #E0E0E0. Windows color (decimal): -4792 or 4779519. OLE color: 4779519.
HSL color Cylindrical-coordinate representation of color #FFED48: hue angle of 54.1º 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 #FFED48 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 72 | - |
| CMYK | 0 | 0.07 | 0.72 | 0 |
| HSL | 54.1º | 1% | 0.64% | - |
| HSV(B) | 54.1º | 0.72% | 1% | - |
| XYZ | 72.69 | 82.3 | 18.18 | - |
| YUV | 223.57 | 42.46 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 72 | 0 | 0.07 | 0.72 | 0 | 54.1 | 1 | 0.64 |
| Hex | FF | ED | 48 | 0 | 7 | 48 | 0 | 36 | 64 | 40 |
| Octal | 377 | 355 | 110 | 0 | 7 | 110 | 0 | 66 | 144 | 100 |
| Binary | 11111111 | 11101101 | 1001000 | 0 | 111 | 1001000 | 0 | 110110 | 1100100 | 1000000 |
Color Harmonies of #FFED48
Complementary color
Monochromatic Colors of #FFED48
Black with #FFED48
Text Example
Text Example
White with #FFED48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED48; }
p { color: rgb(255,237,72); }
H1.HeaderClassName
{
color: #FFED48;
}
.AnyTagClassName
{
color: #FFED48;
}
</style>
background-color css
<style>
a { background-color: #FFED48; }
a { background-color: rgb(255,237,72); }
div.DivClassName
{
background-color: #FFED48;
}
.BgClassName
{
background-color: #FFED48;
}
</style>
border-color css
<style>
span { border-color: #FFED48; }
span { border-color: rgb(255,237,72); }
td.TdClassName
{
border-color: #FFED48;
}
.TagClassName
{
border-color: #FFED48;
}
</style>