Shades of Portafino #EEEBA1
Tints of Portafino #EEEBA1
RGB
CMYK
RGB Variations
Color information
#EEEBA1 (or 0xEEEBA1) is known color: Portafino. HEX triplet: EE, EB and A1. RGB value is (238,235,161). Sum of RGB (Red+Green+Blue) = 238+235+161=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEBA1 is #11145E. Grayscale: #E3E3E3. Windows color (decimal): -1119327 or 10611694. OLE color: 10611694.
HSL color Cylindrical-coordinate representation of color #EEEBA1: hue angle of 57.66º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEEBA1 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 235 | 161 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.07 |
| HSL | 57.66º | 0.69% | 0.78% | - |
| HSV(B) | 57.66º | 0.32% | 0.93% | - |
| XYZ | 71.4 | 80.17 | 45.43 | - |
| YUV | 227.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 235 | 161 | 0 | 0.01 | 0.32 | 0.07 | 57.66 | 0.69 | 0.78 |
| Hex | EE | EB | A1 | 0 | 1 | 20 | 7 | 3A | 45 | 4E |
| Octal | 356 | 353 | 241 | 0 | 1 | 40 | 7 | 72 | 105 | 116 |
| Binary | 11101110 | 11101011 | 10100001 | 0 | 1 | 100000 | 111 | 111010 | 1000101 | 1001110 |
Color Harmonies of #EEEBA1
Complementary color
Monochromatic Colors of #EEEBA1
Black with #EEEBA1
Text Example
Text Example
White with #EEEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBA1; }
p { color: rgb(238,235,161); }
H1.HeaderClassName
{
color: #EEEBA1;
}
.AnyTagClassName
{
color: #EEEBA1;
}
</style>
background-color css
<style>
a { background-color: #EEEBA1; }
a { background-color: rgb(238,235,161); }
div.DivClassName
{
background-color: #EEEBA1;
}
.BgClassName
{
background-color: #EEEBA1;
}
</style>
border-color css
<style>
span { border-color: #EEEBA1; }
span { border-color: rgb(238,235,161); }
td.TdClassName
{
border-color: #EEEBA1;
}
.TagClassName
{
border-color: #EEEBA1;
}
</style>