Shades of Paris Daisy #FFEE4D
Tints of Paris Daisy #FFEE4D
RGB
CMYK
RGB Variations
Color information
#FFEE4D (or 0xFFEE4D) is known color: Paris Daisy. HEX triplet: FF, EE and 4D. RGB value is (255,238,77). Sum of RGB (Red+Green+Blue) = 255+238+77=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 77 (30.47% from 255 or 13.51% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE4D is #0011B2. Grayscale: #E1E1E1. Windows color (decimal): -4531 or 5107455. OLE color: 5107455.
HSL color Cylindrical-coordinate representation of color #FFEE4D: hue angle of 54.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFEE4D is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 77 | - |
| CMYK | 0 | 0.07 | 0.70 | 0 |
| HSL | 54.27º | 1% | 0.65% | - |
| HSV(B) | 54.27º | 0.7% | 1% | - |
| XYZ | 73.15 | 82.94 | 19.18 | - |
| YUV | 224.73 | 44.63 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 77 | 0 | 0.07 | 0.70 | 0 | 54.27 | 1 | 0.65 |
| Hex | FF | EE | 4D | 0 | 7 | 46 | 0 | 36 | 64 | 41 |
| Octal | 377 | 356 | 115 | 0 | 7 | 106 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101110 | 1001101 | 0 | 111 | 1000110 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFEE4D
Complementary color
Monochromatic Colors of #FFEE4D
Black with #FFEE4D
Text Example
Text Example
White with #FFEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE4D; }
p { color: rgb(255,238,77); }
H1.HeaderClassName
{
color: #FFEE4D;
}
.AnyTagClassName
{
color: #FFEE4D;
}
</style>
background-color css
<style>
a { background-color: #FFEE4D; }
a { background-color: rgb(255,238,77); }
div.DivClassName
{
background-color: #FFEE4D;
}
.BgClassName
{
background-color: #FFEE4D;
}
</style>
border-color css
<style>
span { border-color: #FFEE4D; }
span { border-color: rgb(255,238,77); }
td.TdClassName
{
border-color: #FFEE4D;
}
.TagClassName
{
border-color: #FFEE4D;
}
</style>