Shades of Paris Daisy #FFEC45
Tints of Paris Daisy #FFEC45
RGB
CMYK
RGB Variations
Color information
#FFEC45 (or 0xFFEC45) is known color: Paris Daisy. HEX triplet: FF, EC and 45. RGB value is (255,236,69). Sum of RGB (Red+Green+Blue) = 255+236+69=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 69 (27.34% from 255 or 12.32% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC45 is #0013BA. Grayscale: #DFDFDF. Windows color (decimal): -5051 or 4582655. OLE color: 4582655.
HSL color Cylindrical-coordinate representation of color #FFEC45: hue angle of 53.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFEC45 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 69 | - |
| CMYK | 0 | 0.07 | 0.73 | 0 |
| HSL | 53.87º | 1% | 0.64% | - |
| HSV(B) | 53.87º | 0.73% | 1% | - |
| XYZ | 72.31 | 81.68 | 17.59 | - |
| YUV | 222.64 | 41.29 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 69 | 0 | 0.07 | 0.73 | 0 | 53.87 | 1 | 0.64 |
| Hex | FF | EC | 45 | 0 | 7 | 49 | 0 | 36 | 64 | 40 |
| Octal | 377 | 354 | 105 | 0 | 7 | 111 | 0 | 66 | 144 | 100 |
| Binary | 11111111 | 11101100 | 1000101 | 0 | 111 | 1001001 | 0 | 110110 | 1100100 | 1000000 |
Color Harmonies of #FFEC45
Complementary color
Monochromatic Colors of #FFEC45
Black with #FFEC45
Text Example
Text Example
White with #FFEC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC45; }
p { color: rgb(255,236,69); }
H1.HeaderClassName
{
color: #FFEC45;
}
.AnyTagClassName
{
color: #FFEC45;
}
</style>
background-color css
<style>
a { background-color: #FFEC45; }
a { background-color: rgb(255,236,69); }
div.DivClassName
{
background-color: #FFEC45;
}
.BgClassName
{
background-color: #FFEC45;
}
</style>
border-color css
<style>
span { border-color: #FFEC45; }
span { border-color: rgb(255,236,69); }
td.TdClassName
{
border-color: #FFEC45;
}
.TagClassName
{
border-color: #FFEC45;
}
</style>