Shades of Paris Daisy #FFED4E
Tints of Paris Daisy #FFED4E
RGB
CMYK
RGB Variations
Color information
#FFED4E (or 0xFFED4E) is known color: Paris Daisy. HEX triplet: FF, ED and 4E. RGB value is (255,237,78). Sum of RGB (Red+Green+Blue) = 255+237+78=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 78 (30.86% from 255 or 13.68% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED4E is #0012B1. Grayscale: #E0E0E0. Windows color (decimal): -4786 or 5172735. OLE color: 5172735.
HSL color Cylindrical-coordinate representation of color #FFED4E: hue angle of 53.9º 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 #FFED4E is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 78 | - |
| CMYK | 0 | 0.07 | 0.69 | 0 |
| HSL | 53.9º | 1% | 0.65% | - |
| HSV(B) | 53.9º | 0.69% | 1% | - |
| XYZ | 72.9 | 82.38 | 19.27 | - |
| YUV | 224.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 78 | 0 | 0.07 | 0.69 | 0 | 53.9 | 1 | 0.65 |
| Hex | FF | ED | 4E | 0 | 7 | 45 | 0 | 36 | 64 | 41 |
| Octal | 377 | 355 | 116 | 0 | 7 | 105 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101101 | 1001110 | 0 | 111 | 1000101 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFED4E
Complementary color
Monochromatic Colors of #FFED4E
Black with #FFED4E
Text Example
Text Example
White with #FFED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED4E; }
p { color: rgb(255,237,78); }
H1.HeaderClassName
{
color: #FFED4E;
}
.AnyTagClassName
{
color: #FFED4E;
}
</style>
background-color css
<style>
a { background-color: #FFED4E; }
a { background-color: rgb(255,237,78); }
div.DivClassName
{
background-color: #FFED4E;
}
.BgClassName
{
background-color: #FFED4E;
}
</style>
border-color css
<style>
span { border-color: #FFED4E; }
span { border-color: rgb(255,237,78); }
td.TdClassName
{
border-color: #FFED4E;
}
.TagClassName
{
border-color: #FFED4E;
}
</style>