Shades of Paris Daisy #FFEF54
Tints of Paris Daisy #FFEF54
RGB
CMYK
RGB Variations
Color information
#FFEF54 (or 0xFFEF54) is known color: Paris Daisy. HEX triplet: FF, EF and 54. RGB value is (255,239,84). Sum of RGB (Red+Green+Blue) = 255+239+84=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 84 (33.20% from 255 or 14.53% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF54 is #0010AB. Grayscale: #E2E2E2. Windows color (decimal): -4268 or 5566463. OLE color: 5566463.
HSL color Cylindrical-coordinate representation of color #FFEF54: hue angle of 54.39º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFEF54 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 84 | - |
| CMYK | 0 | 0.06 | 0.67 | 0 |
| HSL | 54.39º | 1% | 0.66% | - |
| HSV(B) | 54.39º | 0.67% | 1% | - |
| XYZ | 73.71 | 83.63 | 20.65 | - |
| YUV | 226.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 84 | 0 | 0.06 | 0.67 | 0 | 54.39 | 1 | 0.66 |
| Hex | FF | EF | 54 | 0 | 6 | 43 | 0 | 36 | 64 | 42 |
| Octal | 377 | 357 | 124 | 0 | 6 | 103 | 0 | 66 | 144 | 102 |
| Binary | 11111111 | 11101111 | 1010100 | 0 | 110 | 1000011 | 0 | 110110 | 1100100 | 1000010 |
Color Harmonies of #FFEF54
Complementary color
Monochromatic Colors of #FFEF54
Black with #FFEF54
Text Example
Text Example
White with #FFEF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF54; }
p { color: rgb(255,239,84); }
H1.HeaderClassName
{
color: #FFEF54;
}
.AnyTagClassName
{
color: #FFEF54;
}
</style>
background-color css
<style>
a { background-color: #FFEF54; }
a { background-color: rgb(255,239,84); }
div.DivClassName
{
background-color: #FFEF54;
}
.BgClassName
{
background-color: #FFEF54;
}
</style>
border-color css
<style>
span { border-color: #FFEF54; }
span { border-color: rgb(255,239,84); }
td.TdClassName
{
border-color: #FFEF54;
}
.TagClassName
{
border-color: #FFEF54;
}
</style>