Shades of Portafino #EBEB9C
Tints of Portafino #EBEB9C
RGB
CMYK
RGB Variations
Color information
#EBEB9C (or 0xEBEB9C) is known color: Portafino. HEX triplet: EB, EB and 9C. RGB value is (235,235,156). Sum of RGB (Red+Green+Blue) = 235+235+156=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEB9C is #141463. Grayscale: #E2E2E2. Windows color (decimal): -1315940 or 10284011. OLE color: 10284011.
HSL color Cylindrical-coordinate representation of color #EBEB9C: hue angle of 60º 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 #EBEB9C is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 156 | - |
| CMYK | 0 | 0 | 0.34 | 0.08 |
| HSL | 60º | 0.66% | 0.77% | - |
| HSV(B) | 60º | 0.34% | 0.92% | - |
| XYZ | 69.97 | 79.48 | 43.11 | - |
| YUV | 225.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 156 | 0 | 0 | 0.34 | 0.08 | 60 | 0.66 | 0.77 |
| Hex | EB | EB | 9C | 0 | 0 | 22 | 8 | 3C | 42 | 4D |
| Octal | 353 | 353 | 234 | 0 | 0 | 42 | 10 | 74 | 102 | 115 |
| Binary | 11101011 | 11101011 | 10011100 | 0 | 0 | 100010 | 1000 | 111100 | 1000010 | 1001101 |
Color Harmonies of #EBEB9C
Complementary color
Monochromatic Colors of #EBEB9C
Black with #EBEB9C
Text Example
Text Example
White with #EBEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEB9C; }
p { color: rgb(235,235,156); }
H1.HeaderClassName
{
color: #EBEB9C;
}
.AnyTagClassName
{
color: #EBEB9C;
}
</style>
background-color css
<style>
a { background-color: #EBEB9C; }
a { background-color: rgb(235,235,156); }
div.DivClassName
{
background-color: #EBEB9C;
}
.BgClassName
{
background-color: #EBEB9C;
}
</style>
border-color css
<style>
span { border-color: #EBEB9C; }
span { border-color: rgb(235,235,156); }
td.TdClassName
{
border-color: #EBEB9C;
}
.TagClassName
{
border-color: #EBEB9C;
}
</style>