Shades of Paris Daisy #FEEE4E
Tints of Paris Daisy #FEEE4E
RGB
CMYK
RGB Variations
Color information
#FEEE4E (or 0xFEEE4E) is known color: Paris Daisy. HEX triplet: FE, EE and 4E. RGB value is (254,238,78). Sum of RGB (Red+Green+Blue) = 254+238+78=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 78 (30.86% from 255 or 13.68% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE4E is #0111B1. Grayscale: #E1E1E1. Windows color (decimal): -70066 or 5172990. OLE color: 5172990.
HSL color Cylindrical-coordinate representation of color #FEEE4E: hue angle of 54.55º 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 #FEEE4E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 78 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.00 |
| HSL | 54.55º | 0.99% | 0.65% | - |
| HSV(B) | 54.55º | 0.69% | 1% | - |
| XYZ | 72.82 | 82.77 | 19.35 | - |
| YUV | 224.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 78 | 0 | 0.06 | 0.69 | 0.00 | 54.55 | 0.99 | 0.65 |
| Hex | FE | EE | 4E | 0 | 6 | 45 | 0 | 37 | 63 | 41 |
| Octal | 376 | 356 | 116 | 0 | 6 | 105 | 0 | 67 | 143 | 101 |
| Binary | 11111110 | 11101110 | 1001110 | 0 | 110 | 1000101 | 0 | 110111 | 1100011 | 1000001 |
Color Harmonies of #FEEE4E
Complementary color
Monochromatic Colors of #FEEE4E
Black with #FEEE4E
Text Example
Text Example
White with #FEEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE4E; }
p { color: rgb(254,238,78); }
H1.HeaderClassName
{
color: #FEEE4E;
}
.AnyTagClassName
{
color: #FEEE4E;
}
</style>
background-color css
<style>
a { background-color: #FEEE4E; }
a { background-color: rgb(254,238,78); }
div.DivClassName
{
background-color: #FEEE4E;
}
.BgClassName
{
background-color: #FEEE4E;
}
</style>
border-color css
<style>
span { border-color: #FEEE4E; }
span { border-color: rgb(254,238,78); }
td.TdClassName
{
border-color: #FEEE4E;
}
.TagClassName
{
border-color: #FEEE4E;
}
</style>