Shades of Paris Daisy #FFED4F
Tints of Paris Daisy #FFED4F
RGB
CMYK
RGB Variations
Color information
#FFED4F (or 0xFFED4F) is known color: Paris Daisy. HEX triplet: FF, ED and 4F. RGB value is (255,237,79). Sum of RGB (Red+Green+Blue) = 255+237+79=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 79 (31.25% from 255 or 13.84% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED4F is #0012B0. Grayscale: #E1E1E1. Windows color (decimal): -4785 or 5238271. OLE color: 5238271.
HSL color Cylindrical-coordinate representation of color #FFED4F: hue angle of 53.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFED4F is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 79 | - |
| CMYK | 0 | 0.07 | 0.69 | 0 |
| HSL | 53.86º | 1% | 0.65% | - |
| HSV(B) | 53.86º | 0.69% | 1% | - |
| XYZ | 72.94 | 82.39 | 19.46 | - |
| YUV | 224.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 79 | 0 | 0.07 | 0.69 | 0 | 53.86 | 1 | 0.65 |
| Hex | FF | ED | 4F | 0 | 7 | 45 | 0 | 36 | 64 | 41 |
| Octal | 377 | 355 | 117 | 0 | 7 | 105 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101101 | 1001111 | 0 | 111 | 1000101 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFED4F
Complementary color
Monochromatic Colors of #FFED4F
Black with #FFED4F
Text Example
Text Example
White with #FFED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED4F; }
p { color: rgb(255,237,79); }
H1.HeaderClassName
{
color: #FFED4F;
}
.AnyTagClassName
{
color: #FFED4F;
}
</style>
background-color css
<style>
a { background-color: #FFED4F; }
a { background-color: rgb(255,237,79); }
div.DivClassName
{
background-color: #FFED4F;
}
.BgClassName
{
background-color: #FFED4F;
}
</style>
border-color css
<style>
span { border-color: #FFED4F; }
span { border-color: rgb(255,237,79); }
td.TdClassName
{
border-color: #FFED4F;
}
.TagClassName
{
border-color: #FFED4F;
}
</style>