Shades of Paris Daisy #FEED4B
Tints of Paris Daisy #FEED4B
RGB
CMYK
RGB Variations
Color information
#FEED4B (or 0xFEED4B) is known color: Paris Daisy. HEX triplet: FE, ED and 4B. RGB value is (254,237,75). Sum of RGB (Red+Green+Blue) = 254+237+75=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 75 (29.69% from 255 or 13.25% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED4B is #0112B4. Grayscale: #E0E0E0. Windows color (decimal): -70325 or 4976126. OLE color: 4976126.
HSL color Cylindrical-coordinate representation of color #FEED4B: hue angle of 54.3º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEED4B is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 75 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.00 |
| HSL | 54.3º | 0.99% | 0.65% | - |
| HSV(B) | 54.3º | 0.7% | 1% | - |
| XYZ | 72.43 | 82.15 | 18.7 | - |
| YUV | 223.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 75 | 0 | 0.07 | 0.70 | 0.00 | 54.3 | 0.99 | 0.65 |
| Hex | FE | ED | 4B | 0 | 7 | 46 | 0 | 36 | 63 | 41 |
| Octal | 376 | 355 | 113 | 0 | 7 | 106 | 0 | 66 | 143 | 101 |
| Binary | 11111110 | 11101101 | 1001011 | 0 | 111 | 1000110 | 0 | 110110 | 1100011 | 1000001 |
Color Harmonies of #FEED4B
Complementary color
Monochromatic Colors of #FEED4B
Black with #FEED4B
Text Example
Text Example
White with #FEED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED4B; }
p { color: rgb(254,237,75); }
H1.HeaderClassName
{
color: #FEED4B;
}
.AnyTagClassName
{
color: #FEED4B;
}
</style>
background-color css
<style>
a { background-color: #FEED4B; }
a { background-color: rgb(254,237,75); }
div.DivClassName
{
background-color: #FEED4B;
}
.BgClassName
{
background-color: #FEED4B;
}
</style>
border-color css
<style>
span { border-color: #FEED4B; }
span { border-color: rgb(254,237,75); }
td.TdClassName
{
border-color: #FEED4B;
}
.TagClassName
{
border-color: #FEED4B;
}
</style>