Shades of Portafino #E9E99F
Tints of Portafino #E9E99F
RGB
CMYK
RGB Variations
Color information
#E9E99F (or 0xE9E99F) is known color: Portafino. HEX triplet: E9, E9 and 9F. RGB value is (233,233,159). Sum of RGB (Red+Green+Blue) = 233+233+159=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 233 - color contains mainly: red, green. Hex color #E9E99F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9E99F is #161660. Grayscale: #E0E0E0. Windows color (decimal): -1447521 or 10480105. OLE color: 10480105.
HSL color Cylindrical-coordinate representation of color #E9E99F: hue angle of 60º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9E99F is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 233 | 159 | - |
| CMYK | 0 | 0 | 0.32 | 0.09 |
| HSL | 60º | 0.63% | 0.77% | - |
| HSV(B) | 60º | 0.32% | 0.91% | - |
| XYZ | 69 | 78.1 | 44.24 | - |
| YUV | 224.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 233 | 159 | 0 | 0 | 0.32 | 0.09 | 60 | 0.63 | 0.77 |
| Hex | E9 | E9 | 9F | 0 | 0 | 20 | 9 | 3C | 3F | 4D |
| Octal | 351 | 351 | 237 | 0 | 0 | 40 | 11 | 74 | 77 | 115 |
| Binary | 11101001 | 11101001 | 10011111 | 0 | 0 | 100000 | 1001 | 111100 | 111111 | 1001101 |
Color Harmonies of #E9E99F
Complementary color
Monochromatic Colors of #E9E99F
Black with #E9E99F
Text Example
Text Example
White with #E9E99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E99F; }
p { color: rgb(233,233,159); }
H1.HeaderClassName
{
color: #E9E99F;
}
.AnyTagClassName
{
color: #E9E99F;
}
</style>
background-color css
<style>
a { background-color: #E9E99F; }
a { background-color: rgb(233,233,159); }
div.DivClassName
{
background-color: #E9E99F;
}
.BgClassName
{
background-color: #E9E99F;
}
</style>
border-color css
<style>
span { border-color: #E9E99F; }
span { border-color: rgb(233,233,159); }
td.TdClassName
{
border-color: #E9E99F;
}
.TagClassName
{
border-color: #E9E99F;
}
</style>