Shades of Paris Daisy #FEE345
Tints of Paris Daisy #FEE345
RGB
CMYK
RGB Variations
Color information
#FEE345 (or 0xFEE345) is known color: Paris Daisy. HEX triplet: FE, E3 and 45. RGB value is (254,227,69). Sum of RGB (Red+Green+Blue) = 254+227+69=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 69 (27.34% from 255 or 12.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE345 is #011CBA. Grayscale: #D9D9D9. Windows color (decimal): -72891 or 4580350. OLE color: 4580350.
HSL color Cylindrical-coordinate representation of color #FEE345: hue angle of 51.24º 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 #FEE345 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 69 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.00 |
| HSL | 51.24º | 0.99% | 0.63% | - |
| HSV(B) | 51.24º | 0.73% | 1% | - |
| XYZ | 69.42 | 76.44 | 16.73 | - |
| YUV | 217.06 | 44.45 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 69 | 0 | 0.11 | 0.73 | 0.00 | 51.24 | 0.99 | 0.63 |
| Hex | FE | E3 | 45 | 0 | B | 49 | 0 | 33 | 63 | 3F |
| Octal | 376 | 343 | 105 | 0 | 13 | 111 | 0 | 63 | 143 | 77 |
| Binary | 11111110 | 11100011 | 1000101 | 0 | 1011 | 1001001 | 0 | 110011 | 1100011 | 111111 |
Color Harmonies of #FEE345
Complementary color
Monochromatic Colors of #FEE345
Black with #FEE345
Text Example
Text Example
White with #FEE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE345; }
p { color: rgb(254,227,69); }
H1.HeaderClassName
{
color: #FEE345;
}
.AnyTagClassName
{
color: #FEE345;
}
</style>
background-color css
<style>
a { background-color: #FEE345; }
a { background-color: rgb(254,227,69); }
div.DivClassName
{
background-color: #FEE345;
}
.BgClassName
{
background-color: #FEE345;
}
</style>
border-color css
<style>
span { border-color: #FEE345; }
span { border-color: rgb(254,227,69); }
td.TdClassName
{
border-color: #FEE345;
}
.TagClassName
{
border-color: #FEE345;
}
</style>