Shades of Portafino #EBEB9D
Tints of Portafino #EBEB9D
RGB
CMYK
RGB Variations
Color information
#EBEB9D (or 0xEBEB9D) is known color: Portafino. HEX triplet: EB, EB and 9D. RGB value is (235,235,157). Sum of RGB (Red+Green+Blue) = 235+235+157=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEB9D is #141462. Grayscale: #E2E2E2. Windows color (decimal): -1315939 or 10349547. OLE color: 10349547.
HSL color Cylindrical-coordinate representation of color #EBEB9D: 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.33%. Process color model (Four color, CMYK) of #EBEB9D is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 157 | - |
| CMYK | 0 | 0 | 0.33 | 0.08 |
| HSL | 60º | 0.66% | 0.77% | - |
| HSV(B) | 60º | 0.33% | 0.92% | - |
| XYZ | 70.06 | 79.51 | 43.55 | - |
| YUV | 226.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 157 | 0 | 0 | 0.33 | 0.08 | 60 | 0.66 | 0.77 |
| Hex | EB | EB | 9D | 0 | 0 | 21 | 8 | 3C | 42 | 4D |
| Octal | 353 | 353 | 235 | 0 | 0 | 41 | 10 | 74 | 102 | 115 |
| Binary | 11101011 | 11101011 | 10011101 | 0 | 0 | 100001 | 1000 | 111100 | 1000010 | 1001101 |
Color Harmonies of #EBEB9D
Complementary color
Monochromatic Colors of #EBEB9D
Black with #EBEB9D
Text Example
Text Example
White with #EBEB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEB9D; }
p { color: rgb(235,235,157); }
H1.HeaderClassName
{
color: #EBEB9D;
}
.AnyTagClassName
{
color: #EBEB9D;
}
</style>
background-color css
<style>
a { background-color: #EBEB9D; }
a { background-color: rgb(235,235,157); }
div.DivClassName
{
background-color: #EBEB9D;
}
.BgClassName
{
background-color: #EBEB9D;
}
</style>
border-color css
<style>
span { border-color: #EBEB9D; }
span { border-color: rgb(235,235,157); }
td.TdClassName
{
border-color: #EBEB9D;
}
.TagClassName
{
border-color: #EBEB9D;
}
</style>