Shades of Portafino #E8E79D
Tints of Portafino #E8E79D
RGB
CMYK
RGB Variations
Color information
#E8E79D (or 0xE8E79D) is known color: Portafino. HEX triplet: E8, E7 and 9D. RGB value is (232,231,157). Sum of RGB (Red+Green+Blue) = 232+231+157=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E79D is #171862. Grayscale: #DFDFDF. Windows color (decimal): -1513571 or 10348520. OLE color: 10348520.
HSL color Cylindrical-coordinate representation of color #E8E79D: hue angle of 59.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8E79D is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 231 | 157 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.09 |
| HSL | 59.2º | 0.62% | 0.76% | - |
| HSV(B) | 59.2º | 0.32% | 0.91% | - |
| XYZ | 67.94 | 76.74 | 43.13 | - |
| YUV | 222.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 231 | 157 | 0 | 0.00 | 0.32 | 0.09 | 59.2 | 0.62 | 0.76 |
| Hex | E8 | E7 | 9D | 0 | 0 | 20 | 9 | 3B | 3E | 4C |
| Octal | 350 | 347 | 235 | 0 | 0 | 40 | 11 | 73 | 76 | 114 |
| Binary | 11101000 | 11100111 | 10011101 | 0 | 0 | 100000 | 1001 | 111011 | 111110 | 1001100 |
Color Harmonies of #E8E79D
Complementary color
Monochromatic Colors of #E8E79D
Black with #E8E79D
Text Example
Text Example
White with #E8E79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E79D; }
p { color: rgb(232,231,157); }
H1.HeaderClassName
{
color: #E8E79D;
}
.AnyTagClassName
{
color: #E8E79D;
}
</style>
background-color css
<style>
a { background-color: #E8E79D; }
a { background-color: rgb(232,231,157); }
div.DivClassName
{
background-color: #E8E79D;
}
.BgClassName
{
background-color: #E8E79D;
}
</style>
border-color css
<style>
span { border-color: #E8E79D; }
span { border-color: rgb(232,231,157); }
td.TdClassName
{
border-color: #E8E79D;
}
.TagClassName
{
border-color: #E8E79D;
}
</style>