Shades of Paris Daisy #FFEE54
Tints of Paris Daisy #FFEE54
RGB
CMYK
RGB Variations
Color information
#FFEE54 (or 0xFFEE54) is known color: Paris Daisy. HEX triplet: FF, EE and 54. RGB value is (255,238,84). Sum of RGB (Red+Green+Blue) = 255+238+84=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 84 (33.20% from 255 or 14.56% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE54 is #0011AB. Grayscale: #E2E2E2. Windows color (decimal): -4524 or 5566207. OLE color: 5566207.
HSL color Cylindrical-coordinate representation of color #FFEE54: hue angle of 54.04º 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 #FFEE54 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 84 | - |
| CMYK | 0 | 0.07 | 0.67 | 0 |
| HSL | 54.04º | 1% | 0.66% | - |
| HSV(B) | 54.04º | 0.67% | 1% | - |
| XYZ | 73.41 | 83.05 | 20.55 | - |
| YUV | 225.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 84 | 0 | 0.07 | 0.67 | 0 | 54.04 | 1 | 0.66 |
| Hex | FF | EE | 54 | 0 | 7 | 43 | 0 | 36 | 64 | 42 |
| Octal | 377 | 356 | 124 | 0 | 7 | 103 | 0 | 66 | 144 | 102 |
| Binary | 11111111 | 11101110 | 1010100 | 0 | 111 | 1000011 | 0 | 110110 | 1100100 | 1000010 |
Color Harmonies of #FFEE54
Complementary color
Monochromatic Colors of #FFEE54
Black with #FFEE54
Text Example
Text Example
White with #FFEE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE54; }
p { color: rgb(255,238,84); }
H1.HeaderClassName
{
color: #FFEE54;
}
.AnyTagClassName
{
color: #FFEE54;
}
</style>
background-color css
<style>
a { background-color: #FFEE54; }
a { background-color: rgb(255,238,84); }
div.DivClassName
{
background-color: #FFEE54;
}
.BgClassName
{
background-color: #FFEE54;
}
</style>
border-color css
<style>
span { border-color: #FFEE54; }
span { border-color: rgb(255,238,84); }
td.TdClassName
{
border-color: #FFEE54;
}
.TagClassName
{
border-color: #FFEE54;
}
</style>