Shades of Paris Daisy #FFEF4E
Tints of Paris Daisy #FFEF4E
RGB
CMYK
RGB Variations
Color information
#FFEF4E (or 0xFFEF4E) is known color: Paris Daisy. HEX triplet: FF, EF and 4E. RGB value is (255,239,78). Sum of RGB (Red+Green+Blue) = 255+239+78=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 78 (30.86% from 255 or 13.64% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF4E is #0010B1. Grayscale: #E2E2E2. Windows color (decimal): -4274 or 5173247. OLE color: 5173247.
HSL color Cylindrical-coordinate representation of color #FFEF4E: hue angle of 54.58º 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 #FFEF4E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 78 | - |
| CMYK | 0 | 0.06 | 0.69 | 0 |
| HSL | 54.58º | 1% | 0.65% | - |
| HSV(B) | 54.58º | 0.69% | 1% | - |
| XYZ | 73.48 | 83.54 | 19.46 | - |
| YUV | 225.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 78 | 0 | 0.06 | 0.69 | 0 | 54.58 | 1 | 0.65 |
| Hex | FF | EF | 4E | 0 | 6 | 45 | 0 | 37 | 64 | 41 |
| Octal | 377 | 357 | 116 | 0 | 6 | 105 | 0 | 67 | 144 | 101 |
| Binary | 11111111 | 11101111 | 1001110 | 0 | 110 | 1000101 | 0 | 110111 | 1100100 | 1000001 |
Color Harmonies of #FFEF4E
Complementary color
Monochromatic Colors of #FFEF4E
Black with #FFEF4E
Text Example
Text Example
White with #FFEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF4E; }
p { color: rgb(255,239,78); }
H1.HeaderClassName
{
color: #FFEF4E;
}
.AnyTagClassName
{
color: #FFEF4E;
}
</style>
background-color css
<style>
a { background-color: #FFEF4E; }
a { background-color: rgb(255,239,78); }
div.DivClassName
{
background-color: #FFEF4E;
}
.BgClassName
{
background-color: #FFEF4E;
}
</style>
border-color css
<style>
span { border-color: #FFEF4E; }
span { border-color: rgb(255,239,78); }
td.TdClassName
{
border-color: #FFEF4E;
}
.TagClassName
{
border-color: #FFEF4E;
}
</style>