Shades of Paris Daisy #FFEF4C
Tints of Paris Daisy #FFEF4C
RGB
CMYK
RGB Variations
Color information
#FFEF4C (or 0xFFEF4C) is known color: Paris Daisy. HEX triplet: FF, EF and 4C. RGB value is (255,239,76). Sum of RGB (Red+Green+Blue) = 255+239+76=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 76 (30.08% from 255 or 13.33% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF4C is #0010B3. Grayscale: #E1E1E1. Windows color (decimal): -4276 or 5042175. OLE color: 5042175.
HSL color Cylindrical-coordinate representation of color #FFEF4C: hue angle of 54.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFEF4C is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 76 | - |
| CMYK | 0 | 0.06 | 0.70 | 0 |
| HSL | 54.64º | 1% | 0.65% | - |
| HSV(B) | 54.64º | 0.7% | 1% | - |
| XYZ | 73.41 | 83.51 | 19.09 | - |
| YUV | 225.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 76 | 0 | 0.06 | 0.70 | 0 | 54.64 | 1 | 0.65 |
| Hex | FF | EF | 4C | 0 | 6 | 46 | 0 | 37 | 64 | 41 |
| Octal | 377 | 357 | 114 | 0 | 6 | 106 | 0 | 67 | 144 | 101 |
| Binary | 11111111 | 11101111 | 1001100 | 0 | 110 | 1000110 | 0 | 110111 | 1100100 | 1000001 |
Color Harmonies of #FFEF4C
Complementary color
Monochromatic Colors of #FFEF4C
Black with #FFEF4C
Text Example
Text Example
White with #FFEF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF4C; }
p { color: rgb(255,239,76); }
H1.HeaderClassName
{
color: #FFEF4C;
}
.AnyTagClassName
{
color: #FFEF4C;
}
</style>
background-color css
<style>
a { background-color: #FFEF4C; }
a { background-color: rgb(255,239,76); }
div.DivClassName
{
background-color: #FFEF4C;
}
.BgClassName
{
background-color: #FFEF4C;
}
</style>
border-color css
<style>
span { border-color: #FFEF4C; }
span { border-color: rgb(255,239,76); }
td.TdClassName
{
border-color: #FFEF4C;
}
.TagClassName
{
border-color: #FFEF4C;
}
</style>