Shades of Paris Daisy #FFEE4F
Tints of Paris Daisy #FFEE4F
RGB
CMYK
RGB Variations
Color information
#FFEE4F (or 0xFFEE4F) is known color: Paris Daisy. HEX triplet: FF, EE and 4F. RGB value is (255,238,79). Sum of RGB (Red+Green+Blue) = 255+238+79=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 79 (31.25% from 255 or 13.81% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE4F is #0011B0. Grayscale: #E1E1E1. Windows color (decimal): -4529 or 5238527. OLE color: 5238527.
HSL color Cylindrical-coordinate representation of color #FFEE4F: hue angle of 54.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFEE4F is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 79 | - |
| CMYK | 0 | 0.07 | 0.69 | 0 |
| HSL | 54.2º | 1% | 0.65% | - |
| HSV(B) | 54.2º | 0.69% | 1% | - |
| XYZ | 73.23 | 82.97 | 19.55 | - |
| YUV | 224.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 79 | 0 | 0.07 | 0.69 | 0 | 54.2 | 1 | 0.65 |
| Hex | FF | EE | 4F | 0 | 7 | 45 | 0 | 36 | 64 | 41 |
| Octal | 377 | 356 | 117 | 0 | 7 | 105 | 0 | 66 | 144 | 101 |
| Binary | 11111111 | 11101110 | 1001111 | 0 | 111 | 1000101 | 0 | 110110 | 1100100 | 1000001 |
Color Harmonies of #FFEE4F
Complementary color
Monochromatic Colors of #FFEE4F
Black with #FFEE4F
Text Example
Text Example
White with #FFEE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE4F; }
p { color: rgb(255,238,79); }
H1.HeaderClassName
{
color: #FFEE4F;
}
.AnyTagClassName
{
color: #FFEE4F;
}
</style>
background-color css
<style>
a { background-color: #FFEE4F; }
a { background-color: rgb(255,238,79); }
div.DivClassName
{
background-color: #FFEE4F;
}
.BgClassName
{
background-color: #FFEE4F;
}
</style>
border-color css
<style>
span { border-color: #FFEE4F; }
span { border-color: rgb(255,238,79); }
td.TdClassName
{
border-color: #FFEE4F;
}
.TagClassName
{
border-color: #FFEE4F;
}
</style>