Shades of Paris Daisy #FFED4D
Tints of Paris Daisy #FFED4D
RGB
CMYK
RGB Variations
Color information
#FFED4D (or 0xFFED4D) is known color: Paris Daisy. HEX triplet: FF, ED and 4D. RGB value is (255,237,77). Sum of RGB (Red+Green+Blue) = 255+237+77=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 77 (30.47% from 255 or 13.53% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED4D is #0012B2. Grayscale: #E0E0E0. Windows color (decimal): -4787 or 5107199. OLE color: 5107199.
HSL color Cylindrical-coordinate representation of color #FFED4D: hue angle of 53.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFED4D is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 77 | - |
| CMYK | 0 | 0.07 | 0.70 | 0 |
| HSL | 53.93º | 1% | 0.65% | - |
| HSV(B) | 53.93º | 0.7% | 1% | - |
| XYZ | 72.86 | 82.36 | 19.08 | - |
| YUV | 224.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 77 | 0 | 0.07 | 0.70 | 0 | 53.93 | 1 | 0.65 |
| Hex | FF | ED | 4D | 0 | 7 | 46 | 0 | 36 | 64 | 41 |
| Octal | 377 | 355 | 115 | 0 | 7 | 106 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101101 | 1001101 | 0 | 111 | 1000110 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFED4D
Complementary color
Monochromatic Colors of #FFED4D
Black with #FFED4D
Text Example
Text Example
White with #FFED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED4D; }
p { color: rgb(255,237,77); }
H1.HeaderClassName
{
color: #FFED4D;
}
.AnyTagClassName
{
color: #FFED4D;
}
</style>
background-color css
<style>
a { background-color: #FFED4D; }
a { background-color: rgb(255,237,77); }
div.DivClassName
{
background-color: #FFED4D;
}
.BgClassName
{
background-color: #FFED4D;
}
</style>
border-color css
<style>
span { border-color: #FFED4D; }
span { border-color: rgb(255,237,77); }
td.TdClassName
{
border-color: #FFED4D;
}
.TagClassName
{
border-color: #FFED4D;
}
</style>