Shades of Portafino #E8E99D
Tints of Portafino #E8E99D
RGB
CMYK
RGB Variations
Color information
#E8E99D (or 0xE8E99D) is known color: Portafino. HEX triplet: E8, E9 and 9D. RGB value is (232,233,157). Sum of RGB (Red+Green+Blue) = 232+233+157=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E99D is #171662. Grayscale: #E0E0E0. Windows color (decimal): -1513059 or 10349032. OLE color: 10349032.
HSL color Cylindrical-coordinate representation of color #E8E99D: hue angle of 60.79º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8E99D is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 233 | 157 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.09 |
| HSL | 60.79º | 0.63% | 0.76% | - |
| HSV(B) | 60.79º | 0.33% | 0.91% | - |
| XYZ | 68.5 | 77.87 | 43.32 | - |
| YUV | 224.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 157 | 0.00 | 0 | 0.33 | 0.09 | 60.79 | 0.63 | 0.76 |
| Hex | E8 | E9 | 9D | 0 | 0 | 21 | 9 | 3D | 3F | 4C |
| Octal | 350 | 351 | 235 | 0 | 0 | 41 | 11 | 75 | 77 | 114 |
| Binary | 11101000 | 11101001 | 10011101 | 0 | 0 | 100001 | 1001 | 111101 | 111111 | 1001100 |
Color Harmonies of #E8E99D
Complementary color
Monochromatic Colors of #E8E99D
Black with #E8E99D
Text Example
Text Example
White with #E8E99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E99D; }
p { color: rgb(232,233,157); }
H1.HeaderClassName
{
color: #E8E99D;
}
.AnyTagClassName
{
color: #E8E99D;
}
</style>
background-color css
<style>
a { background-color: #E8E99D; }
a { background-color: rgb(232,233,157); }
div.DivClassName
{
background-color: #E8E99D;
}
.BgClassName
{
background-color: #E8E99D;
}
</style>
border-color css
<style>
span { border-color: #E8E99D; }
span { border-color: rgb(232,233,157); }
td.TdClassName
{
border-color: #E8E99D;
}
.TagClassName
{
border-color: #E8E99D;
}
</style>