Shades of Paris Daisy #FFEF52
Tints of Paris Daisy #FFEF52
RGB
CMYK
RGB Variations
Color information
#FFEF52 (or 0xFFEF52) is known color: Paris Daisy. HEX triplet: FF, EF and 52. RGB value is (255,239,82). Sum of RGB (Red+Green+Blue) = 255+239+82=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 82 (32.42% from 255 or 14.24% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF52 is #0010AD. Grayscale: #E2E2E2. Windows color (decimal): -4270 or 5435391. OLE color: 5435391.
HSL color Cylindrical-coordinate representation of color #FFEF52: hue angle of 54.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFEF52 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 82 | - |
| CMYK | 0 | 0.06 | 0.68 | 0 |
| HSL | 54.45º | 1% | 0.66% | - |
| HSV(B) | 54.45º | 0.68% | 1% | - |
| XYZ | 73.63 | 83.6 | 20.24 | - |
| YUV | 225.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 82 | 0 | 0.06 | 0.68 | 0 | 54.45 | 1 | 0.66 |
| Hex | FF | EF | 52 | 0 | 6 | 44 | 0 | 36 | 64 | 42 |
| Octal | 377 | 357 | 122 | 0 | 6 | 104 | 0 | 66 | 144 | 102 |
| Binary | 11111111 | 11101111 | 1010010 | 0 | 110 | 1000100 | 0 | 110110 | 1100100 | 1000010 |
Color Harmonies of #FFEF52
Complementary color
Monochromatic Colors of #FFEF52
Black with #FFEF52
Text Example
Text Example
White with #FFEF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF52; }
p { color: rgb(255,239,82); }
H1.HeaderClassName
{
color: #FFEF52;
}
.AnyTagClassName
{
color: #FFEF52;
}
</style>
background-color css
<style>
a { background-color: #FFEF52; }
a { background-color: rgb(255,239,82); }
div.DivClassName
{
background-color: #FFEF52;
}
.BgClassName
{
background-color: #FFEF52;
}
</style>
border-color css
<style>
span { border-color: #FFEF52; }
span { border-color: rgb(255,239,82); }
td.TdClassName
{
border-color: #FFEF52;
}
.TagClassName
{
border-color: #FFEF52;
}
</style>