Shades of Portafino #EBE59A
Tints of Portafino #EBE59A
RGB
CMYK
RGB Variations
Color information
#EBE59A (or 0xEBE59A) is known color: Portafino. HEX triplet: EB, E5 and 9A. RGB value is (235,229,154). Sum of RGB (Red+Green+Blue) = 235+229+154=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE59A is #141A65. Grayscale: #DEDEDE. Windows color (decimal): -1317478 or 10151403. OLE color: 10151403.
HSL color Cylindrical-coordinate representation of color #EBE59A: hue angle of 55.56º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBE59A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 154 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.08 |
| HSL | 55.56º | 0.67% | 0.76% | - |
| HSV(B) | 55.56º | 0.34% | 0.92% | - |
| XYZ | 68.11 | 76.03 | 41.66 | - |
| YUV | 222.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 154 | 0 | 0.03 | 0.34 | 0.08 | 55.56 | 0.67 | 0.76 |
| Hex | EB | E5 | 9A | 0 | 3 | 22 | 8 | 38 | 43 | 4C |
| Octal | 353 | 345 | 232 | 0 | 3 | 42 | 10 | 70 | 103 | 114 |
| Binary | 11101011 | 11100101 | 10011010 | 0 | 11 | 100010 | 1000 | 111000 | 1000011 | 1001100 |
Color Harmonies of #EBE59A
Complementary color
Monochromatic Colors of #EBE59A
Black with #EBE59A
Text Example
Text Example
White with #EBE59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE59A; }
p { color: rgb(235,229,154); }
H1.HeaderClassName
{
color: #EBE59A;
}
.AnyTagClassName
{
color: #EBE59A;
}
</style>
background-color css
<style>
a { background-color: #EBE59A; }
a { background-color: rgb(235,229,154); }
div.DivClassName
{
background-color: #EBE59A;
}
.BgClassName
{
background-color: #EBE59A;
}
</style>
border-color css
<style>
span { border-color: #EBE59A; }
span { border-color: rgb(235,229,154); }
td.TdClassName
{
border-color: #EBE59A;
}
.TagClassName
{
border-color: #EBE59A;
}
</style>