Shades of Milan #F5EF8D
Tints of Milan #F5EF8D
RGB
CMYK
RGB Variations
Color information
#F5EF8D (or 0xF5EF8D) is known color: Milan. HEX triplet: F5, EF and 8D. RGB value is (245,239,141). Sum of RGB (Red+Green+Blue) = 245+239+141=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 141 (55.47% from 255 or 22.56% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EF8D is #0A1072. Grayscale: #E6E6E6. Windows color (decimal): -659571 or 9302005. OLE color: 9302005.
HSL color Cylindrical-coordinate representation of color #F5EF8D: hue angle of 56.54º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5EF8D is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 141 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.04 |
| HSL | 56.54º | 0.84% | 0.76% | - |
| HSV(B) | 56.54º | 0.42% | 0.96% | - |
| XYZ | 73.33 | 83.07 | 37.37 | - |
| YUV | 229.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 141 | 0 | 0.02 | 0.42 | 0.04 | 56.54 | 0.84 | 0.76 |
| Hex | F5 | EF | 8D | 0 | 2 | 2A | 4 | 39 | 54 | 4C |
| Octal | 365 | 357 | 215 | 0 | 2 | 52 | 4 | 71 | 124 | 114 |
| Binary | 11110101 | 11101111 | 10001101 | 0 | 10 | 101010 | 100 | 111001 | 1010100 | 1001100 |
Color Harmonies of #F5EF8D
Complementary color
Monochromatic Colors of #F5EF8D
Black with #F5EF8D
Text Example
Text Example
White with #F5EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EF8D; }
p { color: rgb(245,239,141); }
H1.HeaderClassName
{
color: #F5EF8D;
}
.AnyTagClassName
{
color: #F5EF8D;
}
</style>
background-color css
<style>
a { background-color: #F5EF8D; }
a { background-color: rgb(245,239,141); }
div.DivClassName
{
background-color: #F5EF8D;
}
.BgClassName
{
background-color: #F5EF8D;
}
</style>
border-color css
<style>
span { border-color: #F5EF8D; }
span { border-color: rgb(245,239,141); }
td.TdClassName
{
border-color: #F5EF8D;
}
.TagClassName
{
border-color: #F5EF8D;
}
</style>