Shades of Paris Daisy #FFEF41
Tints of Paris Daisy #FFEF41
RGB
CMYK
RGB Variations
Color information
#FFEF41 (or 0xFFEF41) is known color: Paris Daisy. HEX triplet: FF, EF and 41. RGB value is (255,239,65). Sum of RGB (Red+Green+Blue) = 255+239+65=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 65 (25.78% from 255 or 11.63% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF41 is #0010BE. Grayscale: #E0E0E0. Windows color (decimal): -4287 or 4321279. OLE color: 4321279.
HSL color Cylindrical-coordinate representation of color #FFEF41: hue angle of 54.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFEF41 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 65 | - |
| CMYK | 0 | 0.06 | 0.75 | 0 |
| HSL | 54.95º | 1% | 0.63% | - |
| HSV(B) | 54.95º | 0.75% | 1% | - |
| XYZ | 73.06 | 83.37 | 17.24 | - |
| YUV | 223.95 | 38.3 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 65 | 0 | 0.06 | 0.75 | 0 | 54.95 | 1 | 0.63 |
| Hex | FF | EF | 41 | 0 | 6 | 4B | 0 | 37 | 64 | 3F |
| Octal | 377 | 357 | 101 | 0 | 6 | 113 | 0 | 67 | 144 | 77 |
| Binary | 11111111 | 11101111 | 1000001 | 0 | 110 | 1001011 | 0 | 110111 | 1100100 | 111111 |
Color Harmonies of #FFEF41
Complementary color
Monochromatic Colors of #FFEF41
Black with #FFEF41
Text Example
Text Example
White with #FFEF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF41; }
p { color: rgb(255,239,65); }
H1.HeaderClassName
{
color: #FFEF41;
}
.AnyTagClassName
{
color: #FFEF41;
}
</style>
background-color css
<style>
a { background-color: #FFEF41; }
a { background-color: rgb(255,239,65); }
div.DivClassName
{
background-color: #FFEF41;
}
.BgClassName
{
background-color: #FFEF41;
}
</style>
border-color css
<style>
span { border-color: #FFEF41; }
span { border-color: rgb(255,239,65); }
td.TdClassName
{
border-color: #FFEF41;
}
.TagClassName
{
border-color: #FFEF41;
}
</style>