Shades of Portafino #EBE89A
Tints of Portafino #EBE89A
RGB
CMYK
RGB Variations
Color information
#EBE89A (or 0xEBE89A) is known color: Portafino. HEX triplet: EB, E8 and 9A. RGB value is (235,232,154). Sum of RGB (Red+Green+Blue) = 235+232+154=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE89A is #141765. Grayscale: #E0E0E0. Windows color (decimal): -1316710 or 10152171. OLE color: 10152171.
HSL color Cylindrical-coordinate representation of color #EBE89A: hue angle of 57.78º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBE89A is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 154 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.08 |
| HSL | 57.78º | 0.67% | 0.76% | - |
| HSV(B) | 57.78º | 0.34% | 0.92% | - |
| XYZ | 68.95 | 77.71 | 41.94 | - |
| YUV | 224.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 154 | 0 | 0.01 | 0.34 | 0.08 | 57.78 | 0.67 | 0.76 |
| Hex | EB | E8 | 9A | 0 | 1 | 22 | 8 | 3A | 43 | 4C |
| Octal | 353 | 350 | 232 | 0 | 1 | 42 | 10 | 72 | 103 | 114 |
| Binary | 11101011 | 11101000 | 10011010 | 0 | 1 | 100010 | 1000 | 111010 | 1000011 | 1001100 |
Color Harmonies of #EBE89A
Complementary color
Monochromatic Colors of #EBE89A
Black with #EBE89A
Text Example
Text Example
White with #EBE89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE89A; }
p { color: rgb(235,232,154); }
H1.HeaderClassName
{
color: #EBE89A;
}
.AnyTagClassName
{
color: #EBE89A;
}
</style>
background-color css
<style>
a { background-color: #EBE89A; }
a { background-color: rgb(235,232,154); }
div.DivClassName
{
background-color: #EBE89A;
}
.BgClassName
{
background-color: #EBE89A;
}
</style>
border-color css
<style>
span { border-color: #EBE89A; }
span { border-color: rgb(235,232,154); }
td.TdClassName
{
border-color: #EBE89A;
}
.TagClassName
{
border-color: #EBE89A;
}
</style>