Shades of Paris Daisy #FFEC4A
Tints of Paris Daisy #FFEC4A
RGB
CMYK
RGB Variations
Color information
#FFEC4A (or 0xFFEC4A) is known color: Paris Daisy. HEX triplet: FF, EC and 4A. RGB value is (255,236,74). Sum of RGB (Red+Green+Blue) = 255+236+74=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 74 (29.30% from 255 or 13.10% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC4A is #0013B5. Grayscale: #DFDFDF. Windows color (decimal): -5046 or 4910335. OLE color: 4910335.
HSL color Cylindrical-coordinate representation of color #FFEC4A: hue angle of 53.7º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFEC4A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 74 | - |
| CMYK | 0 | 0.07 | 0.71 | 0 |
| HSL | 53.7º | 1% | 0.65% | - |
| HSV(B) | 53.7º | 0.71% | 1% | - |
| XYZ | 72.47 | 81.75 | 18.44 | - |
| YUV | 223.21 | 43.79 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 74 | 0 | 0.07 | 0.71 | 0 | 53.7 | 1 | 0.65 |
| Hex | FF | EC | 4A | 0 | 7 | 47 | 0 | 36 | 64 | 41 |
| Octal | 377 | 354 | 112 | 0 | 7 | 107 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101100 | 1001010 | 0 | 111 | 1000111 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFEC4A
Complementary color
Monochromatic Colors of #FFEC4A
Black with #FFEC4A
Text Example
Text Example
White with #FFEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC4A; }
p { color: rgb(255,236,74); }
H1.HeaderClassName
{
color: #FFEC4A;
}
.AnyTagClassName
{
color: #FFEC4A;
}
</style>
background-color css
<style>
a { background-color: #FFEC4A; }
a { background-color: rgb(255,236,74); }
div.DivClassName
{
background-color: #FFEC4A;
}
.BgClassName
{
background-color: #FFEC4A;
}
</style>
border-color css
<style>
span { border-color: #FFEC4A; }
span { border-color: rgb(255,236,74); }
td.TdClassName
{
border-color: #FFEC4A;
}
.TagClassName
{
border-color: #FFEC4A;
}
</style>