Shades of Portafino #EEEEA3
Tints of Portafino #EEEEA3
RGB
CMYK
RGB Variations
Color information
#EEEEA3 (or 0xEEEEA3) is known color: Portafino. HEX triplet: EE, EE and A3. RGB value is (238,238,163). Sum of RGB (Red+Green+Blue) = 238+238+163=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEEA3 is #11115C. Grayscale: #E5E5E5. Windows color (decimal): -1118557 or 10743534. OLE color: 10743534.
HSL color Cylindrical-coordinate representation of color #EEEEA3: hue angle of 60º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEEEA3 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 163 | - |
| CMYK | 0 | 0 | 0.32 | 0.07 |
| HSL | 60º | 0.69% | 0.79% | - |
| HSV(B) | 60º | 0.32% | 0.93% | - |
| XYZ | 72.45 | 81.97 | 46.65 | - |
| YUV | 229.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 163 | 0 | 0 | 0.32 | 0.07 | 60 | 0.69 | 0.79 |
| Hex | EE | EE | A3 | 0 | 0 | 20 | 7 | 3C | 45 | 4F |
| Octal | 356 | 356 | 243 | 0 | 0 | 40 | 7 | 74 | 105 | 117 |
| Binary | 11101110 | 11101110 | 10100011 | 0 | 0 | 100000 | 111 | 111100 | 1000101 | 1001111 |
Color Harmonies of #EEEEA3
Complementary color
Monochromatic Colors of #EEEEA3
Black with #EEEEA3
Text Example
Text Example
White with #EEEEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEA3; }
p { color: rgb(238,238,163); }
H1.HeaderClassName
{
color: #EEEEA3;
}
.AnyTagClassName
{
color: #EEEEA3;
}
</style>
background-color css
<style>
a { background-color: #EEEEA3; }
a { background-color: rgb(238,238,163); }
div.DivClassName
{
background-color: #EEEEA3;
}
.BgClassName
{
background-color: #EEEEA3;
}
</style>
border-color css
<style>
span { border-color: #EEEEA3; }
span { border-color: rgb(238,238,163); }
td.TdClassName
{
border-color: #EEEEA3;
}
.TagClassName
{
border-color: #EEEEA3;
}
</style>