Shades of Paris Daisy #FFED4C
Tints of Paris Daisy #FFED4C
RGB
CMYK
RGB Variations
Color information
#FFED4C (or 0xFFED4C) is known color: Paris Daisy. HEX triplet: FF, ED and 4C. RGB value is (255,237,76). Sum of RGB (Red+Green+Blue) = 255+237+76=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 76 (30.08% from 255 or 13.38% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED4C is #0012B3. Grayscale: #E0E0E0. Windows color (decimal): -4788 or 5041663. OLE color: 5041663.
HSL color Cylindrical-coordinate representation of color #FFED4C: hue angle of 53.97º 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 #FFED4C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 76 | - |
| CMYK | 0 | 0.07 | 0.70 | 0 |
| HSL | 53.97º | 1% | 0.65% | - |
| HSV(B) | 53.97º | 0.7% | 1% | - |
| XYZ | 72.83 | 82.35 | 18.89 | - |
| YUV | 224.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 76 | 0 | 0.07 | 0.70 | 0 | 53.97 | 1 | 0.65 |
| Hex | FF | ED | 4C | 0 | 7 | 46 | 0 | 36 | 64 | 41 |
| Octal | 377 | 355 | 114 | 0 | 7 | 106 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101101 | 1001100 | 0 | 111 | 1000110 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFED4C
Complementary color
Monochromatic Colors of #FFED4C
Black with #FFED4C
Text Example
Text Example
White with #FFED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED4C; }
p { color: rgb(255,237,76); }
H1.HeaderClassName
{
color: #FFED4C;
}
.AnyTagClassName
{
color: #FFED4C;
}
</style>
background-color css
<style>
a { background-color: #FFED4C; }
a { background-color: rgb(255,237,76); }
div.DivClassName
{
background-color: #FFED4C;
}
.BgClassName
{
background-color: #FFED4C;
}
</style>
border-color css
<style>
span { border-color: #FFED4C; }
span { border-color: rgb(255,237,76); }
td.TdClassName
{
border-color: #FFED4C;
}
.TagClassName
{
border-color: #FFED4C;
}
</style>