Shades of Paris Daisy #FFEC4B
Tints of Paris Daisy #FFEC4B
RGB
CMYK
RGB Variations
Color information
#FFEC4B (or 0xFFEC4B) is known color: Paris Daisy. HEX triplet: FF, EC and 4B. RGB value is (255,236,75). Sum of RGB (Red+Green+Blue) = 255+236+75=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 75 (29.69% from 255 or 13.25% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC4B is #0013B4. Grayscale: #DFDFDF. Windows color (decimal): -5045 or 4975871. OLE color: 4975871.
HSL color Cylindrical-coordinate representation of color #FFEC4B: hue angle of 53.67º 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 #FFEC4B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 75 | - |
| CMYK | 0 | 0.07 | 0.71 | 0 |
| HSL | 53.67º | 1% | 0.65% | - |
| HSV(B) | 53.67º | 0.71% | 1% | - |
| XYZ | 72.51 | 81.76 | 18.62 | - |
| YUV | 223.33 | 44.29 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 75 | 0 | 0.07 | 0.71 | 0 | 53.67 | 1 | 0.65 |
| Hex | FF | EC | 4B | 0 | 7 | 47 | 0 | 36 | 64 | 41 |
| Octal | 377 | 354 | 113 | 0 | 7 | 107 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101100 | 1001011 | 0 | 111 | 1000111 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFEC4B
Complementary color
Monochromatic Colors of #FFEC4B
Black with #FFEC4B
Text Example
Text Example
White with #FFEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC4B; }
p { color: rgb(255,236,75); }
H1.HeaderClassName
{
color: #FFEC4B;
}
.AnyTagClassName
{
color: #FFEC4B;
}
</style>
background-color css
<style>
a { background-color: #FFEC4B; }
a { background-color: rgb(255,236,75); }
div.DivClassName
{
background-color: #FFEC4B;
}
.BgClassName
{
background-color: #FFEC4B;
}
</style>
border-color css
<style>
span { border-color: #FFEC4B; }
span { border-color: rgb(255,236,75); }
td.TdClassName
{
border-color: #FFEC4B;
}
.TagClassName
{
border-color: #FFEC4B;
}
</style>