Shades of Paris Daisy #F5EE4D
Tints of Paris Daisy #F5EE4D
RGB
CMYK
RGB Variations
Color information
#F5EE4D (or 0xF5EE4D) is known color: Paris Daisy. HEX triplet: F5, EE and 4D. RGB value is (245,238,77). Sum of RGB (Red+Green+Blue) = 245+238+77=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 77 (30.47% from 255 or 13.75% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EE4D is #0A11B2. Grayscale: #DEDEDE. Windows color (decimal): -659891 or 5107445. OLE color: 5107445.
HSL color Cylindrical-coordinate representation of color #F5EE4D: hue angle of 57.5º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5EE4D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 77 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.04 |
| HSL | 57.5º | 0.89% | 0.63% | - |
| HSV(B) | 57.5º | 0.69% | 0.96% | - |
| XYZ | 69.57 | 81.1 | 19.01 | - |
| YUV | 221.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 77 | 0 | 0.03 | 0.69 | 0.04 | 57.5 | 0.89 | 0.63 |
| Hex | F5 | EE | 4D | 0 | 3 | 45 | 4 | 3A | 59 | 3F |
| Octal | 365 | 356 | 115 | 0 | 3 | 105 | 4 | 72 | 131 | 77 |
| Binary | 11110101 | 11101110 | 1001101 | 0 | 11 | 1000101 | 100 | 111010 | 1011001 | 111111 |
Color Harmonies of #F5EE4D
Complementary color
Monochromatic Colors of #F5EE4D
Black with #F5EE4D
Text Example
Text Example
White with #F5EE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE4D; }
p { color: rgb(245,238,77); }
H1.HeaderClassName
{
color: #F5EE4D;
}
.AnyTagClassName
{
color: #F5EE4D;
}
</style>
background-color css
<style>
a { background-color: #F5EE4D; }
a { background-color: rgb(245,238,77); }
div.DivClassName
{
background-color: #F5EE4D;
}
.BgClassName
{
background-color: #F5EE4D;
}
</style>
border-color css
<style>
span { border-color: #F5EE4D; }
span { border-color: rgb(245,238,77); }
td.TdClassName
{
border-color: #F5EE4D;
}
.TagClassName
{
border-color: #F5EE4D;
}
</style>