Shades of Portafino #EBE89E
Tints of Portafino #EBE89E
RGB
CMYK
RGB Variations
Color information
#EBE89E (or 0xEBE89E) is known color: Portafino. HEX triplet: EB, E8 and 9E. RGB value is (235,232,158). Sum of RGB (Red+Green+Blue) = 235+232+158=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE89E is #141761. Grayscale: #E0E0E0. Windows color (decimal): -1316706 or 10414315. OLE color: 10414315.
HSL color Cylindrical-coordinate representation of color #EBE89E: hue angle of 57.66º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBE89E is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 158 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.08 |
| HSL | 57.66º | 0.66% | 0.77% | - |
| HSV(B) | 57.66º | 0.33% | 0.92% | - |
| XYZ | 69.29 | 77.84 | 43.72 | - |
| YUV | 224.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 158 | 0 | 0.01 | 0.33 | 0.08 | 57.66 | 0.66 | 0.77 |
| Hex | EB | E8 | 9E | 0 | 1 | 21 | 8 | 3A | 42 | 4D |
| Octal | 353 | 350 | 236 | 0 | 1 | 41 | 10 | 72 | 102 | 115 |
| Binary | 11101011 | 11101000 | 10011110 | 0 | 1 | 100001 | 1000 | 111010 | 1000010 | 1001101 |
Color Harmonies of #EBE89E
Complementary color
Monochromatic Colors of #EBE89E
Black with #EBE89E
Text Example
Text Example
White with #EBE89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE89E; }
p { color: rgb(235,232,158); }
H1.HeaderClassName
{
color: #EBE89E;
}
.AnyTagClassName
{
color: #EBE89E;
}
</style>
background-color css
<style>
a { background-color: #EBE89E; }
a { background-color: rgb(235,232,158); }
div.DivClassName
{
background-color: #EBE89E;
}
.BgClassName
{
background-color: #EBE89E;
}
</style>
border-color css
<style>
span { border-color: #EBE89E; }
span { border-color: rgb(235,232,158); }
td.TdClassName
{
border-color: #EBE89E;
}
.TagClassName
{
border-color: #EBE89E;
}
</style>