Shades of Paris Daisy #FEED4E
Tints of Paris Daisy #FEED4E
RGB
CMYK
RGB Variations
Color information
#FEED4E (or 0xFEED4E) is known color: Paris Daisy. HEX triplet: FE, ED and 4E. RGB value is (254,237,78). Sum of RGB (Red+Green+Blue) = 254+237+78=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 78 (30.86% from 255 or 13.71% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED4E is #0112B1. Grayscale: #E0E0E0. Windows color (decimal): -70322 or 5172734. OLE color: 5172734.
HSL color Cylindrical-coordinate representation of color #FEED4E: hue angle of 54.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEED4E is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 78 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.00 |
| HSL | 54.2º | 0.99% | 0.65% | - |
| HSV(B) | 54.2º | 0.69% | 1% | - |
| XYZ | 72.53 | 82.19 | 19.25 | - |
| YUV | 223.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 78 | 0 | 0.07 | 0.69 | 0.00 | 54.2 | 0.99 | 0.65 |
| Hex | FE | ED | 4E | 0 | 7 | 45 | 0 | 36 | 63 | 41 |
| Octal | 376 | 355 | 116 | 0 | 7 | 105 | 0 | 66 | 143 | 101 |
| Binary | 11111110 | 11101101 | 1001110 | 0 | 111 | 1000101 | 0 | 110110 | 1100011 | 1000001 |
Color Harmonies of #FEED4E
Complementary color
Monochromatic Colors of #FEED4E
Black with #FEED4E
Text Example
Text Example
White with #FEED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED4E; }
p { color: rgb(254,237,78); }
H1.HeaderClassName
{
color: #FEED4E;
}
.AnyTagClassName
{
color: #FEED4E;
}
</style>
background-color css
<style>
a { background-color: #FEED4E; }
a { background-color: rgb(254,237,78); }
div.DivClassName
{
background-color: #FEED4E;
}
.BgClassName
{
background-color: #FEED4E;
}
</style>
border-color css
<style>
span { border-color: #FEED4E; }
span { border-color: rgb(254,237,78); }
td.TdClassName
{
border-color: #FEED4E;
}
.TagClassName
{
border-color: #FEED4E;
}
</style>