Shades of Portafino #EEECA1
Tints of Portafino #EEECA1
RGB
CMYK
RGB Variations
Color information
#EEECA1 (or 0xEEECA1) is known color: Portafino. HEX triplet: EE, EC and A1. RGB value is (238,236,161). Sum of RGB (Red+Green+Blue) = 238+236+161=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEECA1 is #11135E. Grayscale: #E4E4E4. Windows color (decimal): -1119071 or 10611950. OLE color: 10611950.
HSL color Cylindrical-coordinate representation of color #EEECA1: hue angle of 58.44º 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 #EEECA1 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 161 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.07 |
| HSL | 58.44º | 0.69% | 0.78% | - |
| HSV(B) | 58.44º | 0.32% | 0.93% | - |
| XYZ | 71.69 | 80.74 | 45.52 | - |
| YUV | 228.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 161 | 0 | 0.01 | 0.32 | 0.07 | 58.44 | 0.69 | 0.78 |
| Hex | EE | EC | A1 | 0 | 1 | 20 | 7 | 3A | 45 | 4E |
| Octal | 356 | 354 | 241 | 0 | 1 | 40 | 7 | 72 | 105 | 116 |
| Binary | 11101110 | 11101100 | 10100001 | 0 | 1 | 100000 | 111 | 111010 | 1000101 | 1001110 |
Color Harmonies of #EEECA1
Complementary color
Monochromatic Colors of #EEECA1
Black with #EEECA1
Text Example
Text Example
White with #EEECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEECA1; }
p { color: rgb(238,236,161); }
H1.HeaderClassName
{
color: #EEECA1;
}
.AnyTagClassName
{
color: #EEECA1;
}
</style>
background-color css
<style>
a { background-color: #EEECA1; }
a { background-color: rgb(238,236,161); }
div.DivClassName
{
background-color: #EEECA1;
}
.BgClassName
{
background-color: #EEECA1;
}
</style>
border-color css
<style>
span { border-color: #EEECA1; }
span { border-color: rgb(238,236,161); }
td.TdClassName
{
border-color: #EEECA1;
}
.TagClassName
{
border-color: #EEECA1;
}
</style>