Shades of Paris Daisy #FEE445
Tints of Paris Daisy #FEE445
RGB
CMYK
RGB Variations
Color information
#FEE445 (or 0xFEE445) is known color: Paris Daisy. HEX triplet: FE, E4 and 45. RGB value is (254,228,69). Sum of RGB (Red+Green+Blue) = 254+228+69=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 69 (27.34% from 255 or 12.52% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE445 is #011BBA. Grayscale: #DADADA. Windows color (decimal): -72635 or 4580606. OLE color: 4580606.
HSL color Cylindrical-coordinate representation of color #FEE445: hue angle of 51.57º 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 #FEE445 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 69 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.00 |
| HSL | 51.57º | 0.99% | 0.63% | - |
| HSV(B) | 51.57º | 0.73% | 1% | - |
| XYZ | 69.69 | 76.99 | 16.82 | - |
| YUV | 217.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 69 | 0 | 0.10 | 0.73 | 0.00 | 51.57 | 0.99 | 0.63 |
| Hex | FE | E4 | 45 | 0 | A | 49 | 0 | 34 | 63 | 3F |
| Octal | 376 | 344 | 105 | 0 | 12 | 111 | 0 | 64 | 143 | 77 |
| Binary | 11111110 | 11100100 | 1000101 | 0 | 1010 | 1001001 | 0 | 110100 | 1100011 | 111111 |
Color Harmonies of #FEE445
Complementary color
Monochromatic Colors of #FEE445
Black with #FEE445
Text Example
Text Example
White with #FEE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE445; }
p { color: rgb(254,228,69); }
H1.HeaderClassName
{
color: #FEE445;
}
.AnyTagClassName
{
color: #FEE445;
}
</style>
background-color css
<style>
a { background-color: #FEE445; }
a { background-color: rgb(254,228,69); }
div.DivClassName
{
background-color: #FEE445;
}
.BgClassName
{
background-color: #FEE445;
}
</style>
border-color css
<style>
span { border-color: #FEE445; }
span { border-color: rgb(254,228,69); }
td.TdClassName
{
border-color: #FEE445;
}
.TagClassName
{
border-color: #FEE445;
}
</style>