Shades of Paris Daisy #FFEC53
Tints of Paris Daisy #FFEC53
RGB
CMYK
RGB Variations
Color information
#FFEC53 (or 0xFFEC53) is known color: Paris Daisy. HEX triplet: FF, EC and 53. RGB value is (255,236,83). Sum of RGB (Red+Green+Blue) = 255+236+83=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 83 (32.81% from 255 or 14.46% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC53 is #0013AC. Grayscale: #E0E0E0. Windows color (decimal): -5037 or 5500159. OLE color: 5500159.
HSL color Cylindrical-coordinate representation of color #FFEC53: hue angle of 53.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFEC53 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 83 | - |
| CMYK | 0 | 0.07 | 0.67 | 0 |
| HSL | 53.37º | 1% | 0.66% | - |
| HSV(B) | 53.37º | 0.67% | 1% | - |
| XYZ | 72.8 | 81.88 | 20.15 | - |
| YUV | 224.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 83 | 0 | 0.07 | 0.67 | 0 | 53.37 | 1 | 0.66 |
| Hex | FF | EC | 53 | 0 | 7 | 43 | 0 | 35 | 64 | 42 |
| Octal | 377 | 354 | 123 | 0 | 7 | 103 | 0 | 65 | 144 | 102 |
| Binary | 11111111 | 11101100 | 1010011 | 0 | 111 | 1000011 | 0 | 110101 | 1100100 | 1000010 |
Color Harmonies of #FFEC53
Complementary color
Monochromatic Colors of #FFEC53
Black with #FFEC53
Text Example
Text Example
White with #FFEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC53; }
p { color: rgb(255,236,83); }
H1.HeaderClassName
{
color: #FFEC53;
}
.AnyTagClassName
{
color: #FFEC53;
}
</style>
background-color css
<style>
a { background-color: #FFEC53; }
a { background-color: rgb(255,236,83); }
div.DivClassName
{
background-color: #FFEC53;
}
.BgClassName
{
background-color: #FFEC53;
}
</style>
border-color css
<style>
span { border-color: #FFEC53; }
span { border-color: rgb(255,236,83); }
td.TdClassName
{
border-color: #FFEC53;
}
.TagClassName
{
border-color: #FFEC53;
}
</style>