Shades of Milan #F5EE8D
Tints of Milan #F5EE8D
RGB
CMYK
RGB Variations
Color information
#F5EE8D (or 0xF5EE8D) is known color: Milan. HEX triplet: F5, EE and 8D. RGB value is (245,238,141). Sum of RGB (Red+Green+Blue) = 245+238+141=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EE8D is #0A1172. Grayscale: #E5E5E5. Windows color (decimal): -659827 or 9301749. OLE color: 9301749.
HSL color Cylindrical-coordinate representation of color #F5EE8D: hue angle of 55.96º 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 #F5EE8D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 141 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.04 |
| HSL | 55.96º | 0.84% | 0.76% | - |
| HSV(B) | 55.96º | 0.42% | 0.96% | - |
| XYZ | 73.04 | 82.48 | 37.27 | - |
| YUV | 229.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 141 | 0 | 0.03 | 0.42 | 0.04 | 55.96 | 0.84 | 0.76 |
| Hex | F5 | EE | 8D | 0 | 3 | 2A | 4 | 38 | 54 | 4C |
| Octal | 365 | 356 | 215 | 0 | 3 | 52 | 4 | 70 | 124 | 114 |
| Binary | 11110101 | 11101110 | 10001101 | 0 | 11 | 101010 | 100 | 111000 | 1010100 | 1001100 |
Color Harmonies of #F5EE8D
Complementary color
Monochromatic Colors of #F5EE8D
Black with #F5EE8D
Text Example
Text Example
White with #F5EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE8D; }
p { color: rgb(245,238,141); }
H1.HeaderClassName
{
color: #F5EE8D;
}
.AnyTagClassName
{
color: #F5EE8D;
}
</style>
background-color css
<style>
a { background-color: #F5EE8D; }
a { background-color: rgb(245,238,141); }
div.DivClassName
{
background-color: #F5EE8D;
}
.BgClassName
{
background-color: #F5EE8D;
}
</style>
border-color css
<style>
span { border-color: #F5EE8D; }
span { border-color: rgb(245,238,141); }
td.TdClassName
{
border-color: #F5EE8D;
}
.TagClassName
{
border-color: #F5EE8D;
}
</style>