Shades of Paris Daisy #F5EC44
Tints of Paris Daisy #F5EC44
RGB
CMYK
RGB Variations
Color information
#F5EC44 (or 0xF5EC44) is known color: Paris Daisy. HEX triplet: F5, EC and 44. RGB value is (245,236,68). Sum of RGB (Red+Green+Blue) = 245+236+68=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 68 (26.95% from 255 or 12.39% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EC44 is #0A13BB. Grayscale: #DCDCDC. Windows color (decimal): -660412 or 4517109. OLE color: 4517109.
HSL color Cylindrical-coordinate representation of color #F5EC44: hue angle of 56.95º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5EC44 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 68 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.04 |
| HSL | 56.95º | 0.9% | 0.61% | - |
| HSV(B) | 56.95º | 0.72% | 0.96% | - |
| XYZ | 68.7 | 79.82 | 17.26 | - |
| YUV | 219.54 | 42.48 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 68 | 0 | 0.04 | 0.72 | 0.04 | 56.95 | 0.9 | 0.61 |
| Hex | F5 | EC | 44 | 0 | 4 | 48 | 4 | 39 | 5A | 3D |
| Octal | 365 | 354 | 104 | 0 | 4 | 110 | 4 | 71 | 132 | 75 |
| Binary | 11110101 | 11101100 | 1000100 | 0 | 100 | 1001000 | 100 | 111001 | 1011010 | 111101 |
Color Harmonies of #F5EC44
Complementary color
Monochromatic Colors of #F5EC44
Black with #F5EC44
Text Example
Text Example
White with #F5EC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC44; }
p { color: rgb(245,236,68); }
H1.HeaderClassName
{
color: #F5EC44;
}
.AnyTagClassName
{
color: #F5EC44;
}
</style>
background-color css
<style>
a { background-color: #F5EC44; }
a { background-color: rgb(245,236,68); }
div.DivClassName
{
background-color: #F5EC44;
}
.BgClassName
{
background-color: #F5EC44;
}
</style>
border-color css
<style>
span { border-color: #F5EC44; }
span { border-color: rgb(245,236,68); }
td.TdClassName
{
border-color: #F5EC44;
}
.TagClassName
{
border-color: #F5EC44;
}
</style>