Shades of Paris Daisy #FEEE4A
Tints of Paris Daisy #FEEE4A
RGB
CMYK
RGB Variations
Color information
#FEEE4A (or 0xFEEE4A) is known color: Paris Daisy. HEX triplet: FE, EE and 4A. RGB value is (254,238,74). Sum of RGB (Red+Green+Blue) = 254+238+74=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 74 (29.30% from 255 or 13.07% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE4A is #0111B5. Grayscale: #E0E0E0. Windows color (decimal): -70070 or 4910846. OLE color: 4910846.
HSL color Cylindrical-coordinate representation of color #FEEE4A: hue angle of 54.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEEE4A is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 74 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.00 |
| HSL | 54.67º | 0.99% | 0.64% | - |
| HSV(B) | 54.67º | 0.71% | 1% | - |
| XYZ | 72.68 | 82.71 | 18.61 | - |
| YUV | 224.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 74 | 0 | 0.06 | 0.71 | 0.00 | 54.67 | 0.99 | 0.64 |
| Hex | FE | EE | 4A | 0 | 6 | 47 | 0 | 37 | 63 | 40 |
| Octal | 376 | 356 | 112 | 0 | 6 | 107 | 0 | 67 | 143 | 100 |
| Binary | 11111110 | 11101110 | 1001010 | 0 | 110 | 1000111 | 0 | 110111 | 1100011 | 1000000 |
Color Harmonies of #FEEE4A
Complementary color
Monochromatic Colors of #FEEE4A
Black with #FEEE4A
Text Example
Text Example
White with #FEEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE4A; }
p { color: rgb(254,238,74); }
H1.HeaderClassName
{
color: #FEEE4A;
}
.AnyTagClassName
{
color: #FEEE4A;
}
</style>
background-color css
<style>
a { background-color: #FEEE4A; }
a { background-color: rgb(254,238,74); }
div.DivClassName
{
background-color: #FEEE4A;
}
.BgClassName
{
background-color: #FEEE4A;
}
</style>
border-color css
<style>
span { border-color: #FEEE4A; }
span { border-color: rgb(254,238,74); }
td.TdClassName
{
border-color: #FEEE4A;
}
.TagClassName
{
border-color: #FEEE4A;
}
</style>