Shades of Portafino #EBEA9C
Tints of Portafino #EBEA9C
RGB
CMYK
RGB Variations
Color information
#EBEA9C (or 0xEBEA9C) is known color: Portafino. HEX triplet: EB, EA and 9C. RGB value is (235,234,156). Sum of RGB (Red+Green+Blue) = 235+234+156=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA9C is #141563. Grayscale: #E1E1E1. Windows color (decimal): -1316196 or 10283755. OLE color: 10283755.
HSL color Cylindrical-coordinate representation of color #EBEA9C: hue angle of 59.24º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBEA9C is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 156 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.08 |
| HSL | 59.24º | 0.66% | 0.77% | - |
| HSV(B) | 59.24º | 0.34% | 0.92% | - |
| XYZ | 69.68 | 78.91 | 43.01 | - |
| YUV | 225.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 156 | 0 | 0.00 | 0.34 | 0.08 | 59.24 | 0.66 | 0.77 |
| Hex | EB | EA | 9C | 0 | 0 | 22 | 8 | 3B | 42 | 4D |
| Octal | 353 | 352 | 234 | 0 | 0 | 42 | 10 | 73 | 102 | 115 |
| Binary | 11101011 | 11101010 | 10011100 | 0 | 0 | 100010 | 1000 | 111011 | 1000010 | 1001101 |
Color Harmonies of #EBEA9C
Complementary color
Monochromatic Colors of #EBEA9C
Black with #EBEA9C
Text Example
Text Example
White with #EBEA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEA9C; }
p { color: rgb(235,234,156); }
H1.HeaderClassName
{
color: #EBEA9C;
}
.AnyTagClassName
{
color: #EBEA9C;
}
</style>
background-color css
<style>
a { background-color: #EBEA9C; }
a { background-color: rgb(235,234,156); }
div.DivClassName
{
background-color: #EBEA9C;
}
.BgClassName
{
background-color: #EBEA9C;
}
</style>
border-color css
<style>
span { border-color: #EBEA9C; }
span { border-color: rgb(235,234,156); }
td.TdClassName
{
border-color: #EBEA9C;
}
.TagClassName
{
border-color: #EBEA9C;
}
</style>