Shades of Portafino #EBE99D
Tints of Portafino #EBE99D
RGB
CMYK
RGB Variations
Color information
#EBE99D (or 0xEBE99D) is known color: Portafino. HEX triplet: EB, E9 and 9D. RGB value is (235,233,157). Sum of RGB (Red+Green+Blue) = 235+233+157=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE99D is #141662. Grayscale: #E1E1E1. Windows color (decimal): -1316451 or 10349035. OLE color: 10349035.
HSL color Cylindrical-coordinate representation of color #EBE99D: hue angle of 58.46º 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 #EBE99D is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 157 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.08 |
| HSL | 58.46º | 0.66% | 0.77% | - |
| HSV(B) | 58.46º | 0.33% | 0.92% | - |
| XYZ | 69.49 | 78.37 | 43.36 | - |
| YUV | 224.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 157 | 0 | 0.01 | 0.33 | 0.08 | 58.46 | 0.66 | 0.77 |
| Hex | EB | E9 | 9D | 0 | 1 | 21 | 8 | 3A | 42 | 4D |
| Octal | 353 | 351 | 235 | 0 | 1 | 41 | 10 | 72 | 102 | 115 |
| Binary | 11101011 | 11101001 | 10011101 | 0 | 1 | 100001 | 1000 | 111010 | 1000010 | 1001101 |
Color Harmonies of #EBE99D
Complementary color
Monochromatic Colors of #EBE99D
Black with #EBE99D
Text Example
Text Example
White with #EBE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE99D; }
p { color: rgb(235,233,157); }
H1.HeaderClassName
{
color: #EBE99D;
}
.AnyTagClassName
{
color: #EBE99D;
}
</style>
background-color css
<style>
a { background-color: #EBE99D; }
a { background-color: rgb(235,233,157); }
div.DivClassName
{
background-color: #EBE99D;
}
.BgClassName
{
background-color: #EBE99D;
}
</style>
border-color css
<style>
span { border-color: #EBE99D; }
span { border-color: rgb(235,233,157); }
td.TdClassName
{
border-color: #EBE99D;
}
.TagClassName
{
border-color: #EBE99D;
}
</style>