Shades of Paris Daisy #FFEE56
Tints of Paris Daisy #FFEE56
RGB
CMYK
RGB Variations
Color information
#FFEE56 (or 0xFFEE56) is known color: Paris Daisy. HEX triplet: FF, EE and 56. RGB value is (255,238,86). Sum of RGB (Red+Green+Blue) = 255+238+86=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 86 (33.98% from 255 or 14.85% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE56 is #0011A9. Grayscale: #E2E2E2. Windows color (decimal): -4522 or 5697279. OLE color: 5697279.
HSL color Cylindrical-coordinate representation of color #FFEE56: hue angle of 53.96º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFEE56 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 86 | - |
| CMYK | 0 | 0.07 | 0.66 | 0 |
| HSL | 53.96º | 1% | 0.67% | - |
| HSV(B) | 53.96º | 0.66% | 1% | - |
| XYZ | 73.49 | 83.08 | 20.97 | - |
| YUV | 225.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 86 | 0 | 0.07 | 0.66 | 0 | 53.96 | 1 | 0.67 |
| Hex | FF | EE | 56 | 0 | 7 | 42 | 0 | 36 | 64 | 43 |
| Octal | 377 | 356 | 126 | 0 | 7 | 102 | 0 | 66 | 144 | 103 |
| Binary | 11111111 | 11101110 | 1010110 | 0 | 111 | 1000010 | 0 | 110110 | 1100100 | 1000011 |
Color Harmonies of #FFEE56
Complementary color
Monochromatic Colors of #FFEE56
Black with #FFEE56
Text Example
Text Example
White with #FFEE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE56; }
p { color: rgb(255,238,86); }
H1.HeaderClassName
{
color: #FFEE56;
}
.AnyTagClassName
{
color: #FFEE56;
}
</style>
background-color css
<style>
a { background-color: #FFEE56; }
a { background-color: rgb(255,238,86); }
div.DivClassName
{
background-color: #FFEE56;
}
.BgClassName
{
background-color: #FFEE56;
}
</style>
border-color css
<style>
span { border-color: #FFEE56; }
span { border-color: rgb(255,238,86); }
td.TdClassName
{
border-color: #FFEE56;
}
.TagClassName
{
border-color: #FFEE56;
}
</style>