Shades of Portafino #EAEA9F
Tints of Portafino #EAEA9F
RGB
CMYK
RGB Variations
Color information
#EAEA9F (or 0xEAEA9F) is known color: Portafino. HEX triplet: EA, EA and 9F. RGB value is (234,234,159). Sum of RGB (Red+Green+Blue) = 234+234+159=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA9F is #151560. Grayscale: #E1E1E1. Windows color (decimal): -1381729 or 10480362. OLE color: 10480362.
HSL color Cylindrical-coordinate representation of color #EAEA9F: hue angle of 60º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAEA9F is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 159 | - |
| CMYK | 0 | 0 | 0.32 | 0.08 |
| HSL | 60º | 0.64% | 0.77% | - |
| HSV(B) | 60º | 0.32% | 0.92% | - |
| XYZ | 69.61 | 78.84 | 44.35 | - |
| YUV | 225.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 159 | 0 | 0 | 0.32 | 0.08 | 60 | 0.64 | 0.77 |
| Hex | EA | EA | 9F | 0 | 0 | 20 | 8 | 3C | 40 | 4D |
| Octal | 352 | 352 | 237 | 0 | 0 | 40 | 10 | 74 | 100 | 115 |
| Binary | 11101010 | 11101010 | 10011111 | 0 | 0 | 100000 | 1000 | 111100 | 1000000 | 1001101 |
Color Harmonies of #EAEA9F
Complementary color
Monochromatic Colors of #EAEA9F
Black with #EAEA9F
Text Example
Text Example
White with #EAEA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA9F; }
p { color: rgb(234,234,159); }
H1.HeaderClassName
{
color: #EAEA9F;
}
.AnyTagClassName
{
color: #EAEA9F;
}
</style>
background-color css
<style>
a { background-color: #EAEA9F; }
a { background-color: rgb(234,234,159); }
div.DivClassName
{
background-color: #EAEA9F;
}
.BgClassName
{
background-color: #EAEA9F;
}
</style>
border-color css
<style>
span { border-color: #EAEA9F; }
span { border-color: rgb(234,234,159); }
td.TdClassName
{
border-color: #EAEA9F;
}
.TagClassName
{
border-color: #EAEA9F;
}
</style>