Shades of Portafino #EBEA99
Tints of Portafino #EBEA99
RGB
CMYK
RGB Variations
Color information
#EBEA99 (or 0xEBEA99) is known color: Portafino. HEX triplet: EB, EA and 99. RGB value is (235,234,153). Sum of RGB (Red+Green+Blue) = 235+234+153=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 153 (60.16% from 255 or 24.60% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA99 is #141566. Grayscale: #E1E1E1. Windows color (decimal): -1316199 or 10087147. OLE color: 10087147.
HSL color Cylindrical-coordinate representation of color #EBEA99: hue angle of 59.27º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBEA99 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 153 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.08 |
| HSL | 59.27º | 0.67% | 0.76% | - |
| HSV(B) | 59.27º | 0.35% | 0.92% | - |
| XYZ | 69.43 | 78.81 | 41.69 | - |
| YUV | 225.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 153 | 0 | 0.00 | 0.35 | 0.08 | 59.27 | 0.67 | 0.76 |
| Hex | EB | EA | 99 | 0 | 0 | 23 | 8 | 3B | 43 | 4C |
| Octal | 353 | 352 | 231 | 0 | 0 | 43 | 10 | 73 | 103 | 114 |
| Binary | 11101011 | 11101010 | 10011001 | 0 | 0 | 100011 | 1000 | 111011 | 1000011 | 1001100 |
Color Harmonies of #EBEA99
Complementary color
Monochromatic Colors of #EBEA99
Black with #EBEA99
Text Example
Text Example
White with #EBEA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEA99; }
p { color: rgb(235,234,153); }
H1.HeaderClassName
{
color: #EBEA99;
}
.AnyTagClassName
{
color: #EBEA99;
}
</style>
background-color css
<style>
a { background-color: #EBEA99; }
a { background-color: rgb(235,234,153); }
div.DivClassName
{
background-color: #EBEA99;
}
.BgClassName
{
background-color: #EBEA99;
}
</style>
border-color css
<style>
span { border-color: #EBEA99; }
span { border-color: rgb(235,234,153); }
td.TdClassName
{
border-color: #EBEA99;
}
.TagClassName
{
border-color: #EBEA99;
}
</style>