Shades of Paris Daisy #FFEE55
Tints of Paris Daisy #FFEE55
RGB
CMYK
RGB Variations
Color information
#FFEE55 (or 0xFFEE55) is known color: Paris Daisy. HEX triplet: FF, EE and 55. RGB value is (255,238,85). Sum of RGB (Red+Green+Blue) = 255+238+85=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 85 (33.59% from 255 or 14.71% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE55 is #0011AA. Grayscale: #E2E2E2. Windows color (decimal): -4523 or 5631743. OLE color: 5631743.
HSL color Cylindrical-coordinate representation of color #FFEE55: hue angle of 54º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFEE55 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 85 | - |
| CMYK | 0 | 0.07 | 0.67 | 0 |
| HSL | 54º | 1% | 0.67% | - |
| HSV(B) | 54º | 0.67% | 1% | - |
| XYZ | 73.45 | 83.06 | 20.76 | - |
| YUV | 225.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 85 | 0 | 0.07 | 0.67 | 0 | 54 | 1 | 0.67 |
| Hex | FF | EE | 55 | 0 | 7 | 43 | 0 | 36 | 64 | 43 |
| Octal | 377 | 356 | 125 | 0 | 7 | 103 | 0 | 66 | 144 | 103 |
| Binary | 11111111 | 11101110 | 1010101 | 0 | 111 | 1000011 | 0 | 110110 | 1100100 | 1000011 |
Color Harmonies of #FFEE55
Complementary color
Monochromatic Colors of #FFEE55
Black with #FFEE55
Text Example
Text Example
White with #FFEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE55; }
p { color: rgb(255,238,85); }
H1.HeaderClassName
{
color: #FFEE55;
}
.AnyTagClassName
{
color: #FFEE55;
}
</style>
background-color css
<style>
a { background-color: #FFEE55; }
a { background-color: rgb(255,238,85); }
div.DivClassName
{
background-color: #FFEE55;
}
.BgClassName
{
background-color: #FFEE55;
}
</style>
border-color css
<style>
span { border-color: #FFEE55; }
span { border-color: rgb(255,238,85); }
td.TdClassName
{
border-color: #FFEE55;
}
.TagClassName
{
border-color: #FFEE55;
}
</style>