Shades of Paris Daisy #FEEE45
Tints of Paris Daisy #FEEE45
RGB
CMYK
RGB Variations
Color information
#FEEE45 (or 0xFEEE45) is known color: Paris Daisy. HEX triplet: FE, EE and 45. RGB value is (254,238,69). Sum of RGB (Red+Green+Blue) = 254+238+69=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 69 (27.34% from 255 or 12.30% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE45 is #0111BA. Grayscale: #E0E0E0. Windows color (decimal): -70075 or 4583166. OLE color: 4583166.
HSL color Cylindrical-coordinate representation of color #FEEE45: hue angle of 54.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEEE45 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 69 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.00 |
| HSL | 54.81º | 0.99% | 0.63% | - |
| HSV(B) | 54.81º | 0.73% | 1% | - |
| XYZ | 72.52 | 82.65 | 17.76 | - |
| YUV | 223.52 | 40.8 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 69 | 0 | 0.06 | 0.73 | 0.00 | 54.81 | 0.99 | 0.63 |
| Hex | FE | EE | 45 | 0 | 6 | 49 | 0 | 37 | 63 | 3F |
| Octal | 376 | 356 | 105 | 0 | 6 | 111 | 0 | 67 | 143 | 77 |
| Binary | 11111110 | 11101110 | 1000101 | 0 | 110 | 1001001 | 0 | 110111 | 1100011 | 111111 |
Color Harmonies of #FEEE45
Complementary color
Monochromatic Colors of #FEEE45
Black with #FEEE45
Text Example
Text Example
White with #FEEE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE45; }
p { color: rgb(254,238,69); }
H1.HeaderClassName
{
color: #FEEE45;
}
.AnyTagClassName
{
color: #FEEE45;
}
</style>
background-color css
<style>
a { background-color: #FEEE45; }
a { background-color: rgb(254,238,69); }
div.DivClassName
{
background-color: #FEEE45;
}
.BgClassName
{
background-color: #FEEE45;
}
</style>
border-color css
<style>
span { border-color: #FEEE45; }
span { border-color: rgb(254,238,69); }
td.TdClassName
{
border-color: #FEEE45;
}
.TagClassName
{
border-color: #FEEE45;
}
</style>