Shades of Paris Daisy #FFEC4F
Tints of Paris Daisy #FFEC4F
RGB
CMYK
RGB Variations
Color information
#FFEC4F (or 0xFFEC4F) is known color: Paris Daisy. HEX triplet: FF, EC and 4F. RGB value is (255,236,79). Sum of RGB (Red+Green+Blue) = 255+236+79=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 79 (31.25% from 255 or 13.86% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC4F is #0013B0. Grayscale: #E0E0E0. Windows color (decimal): -5041 or 5238015. OLE color: 5238015.
HSL color Cylindrical-coordinate representation of color #FFEC4F: hue angle of 53.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFEC4F is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 79 | - |
| CMYK | 0 | 0.07 | 0.69 | 0 |
| HSL | 53.52º | 1% | 0.65% | - |
| HSV(B) | 53.52º | 0.69% | 1% | - |
| XYZ | 72.65 | 81.82 | 19.36 | - |
| YUV | 223.78 | 46.29 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 79 | 0 | 0.07 | 0.69 | 0 | 53.52 | 1 | 0.65 |
| Hex | FF | EC | 4F | 0 | 7 | 45 | 0 | 36 | 64 | 41 |
| Octal | 377 | 354 | 117 | 0 | 7 | 105 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101100 | 1001111 | 0 | 111 | 1000101 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFEC4F
Complementary color
Monochromatic Colors of #FFEC4F
Black with #FFEC4F
Text Example
Text Example
White with #FFEC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC4F; }
p { color: rgb(255,236,79); }
H1.HeaderClassName
{
color: #FFEC4F;
}
.AnyTagClassName
{
color: #FFEC4F;
}
</style>
background-color css
<style>
a { background-color: #FFEC4F; }
a { background-color: rgb(255,236,79); }
div.DivClassName
{
background-color: #FFEC4F;
}
.BgClassName
{
background-color: #FFEC4F;
}
</style>
border-color css
<style>
span { border-color: #FFEC4F; }
span { border-color: rgb(255,236,79); }
td.TdClassName
{
border-color: #FFEC4F;
}
.TagClassName
{
border-color: #FFEC4F;
}
</style>