Shades of Portafino #EEEAA0
Tints of Portafino #EEEAA0
RGB
CMYK
RGB Variations
Color information
#EEEAA0 (or 0xEEEAA0) is known color: Portafino. HEX triplet: EE, EA and A0. RGB value is (238,234,160). Sum of RGB (Red+Green+Blue) = 238+234+160=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAA0 is #11155F. Grayscale: #E3E3E3. Windows color (decimal): -1119584 or 10545902. OLE color: 10545902.
HSL color Cylindrical-coordinate representation of color #EEEAA0: hue angle of 56.92º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEEAA0 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 160 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.07 |
| HSL | 56.92º | 0.7% | 0.78% | - |
| HSV(B) | 56.92º | 0.33% | 0.93% | - |
| XYZ | 71.03 | 79.56 | 44.87 | - |
| YUV | 226.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 160 | 0 | 0.02 | 0.33 | 0.07 | 56.92 | 0.7 | 0.78 |
| Hex | EE | EA | A0 | 0 | 2 | 21 | 7 | 39 | 46 | 4E |
| Octal | 356 | 352 | 240 | 0 | 2 | 41 | 7 | 71 | 106 | 116 |
| Binary | 11101110 | 11101010 | 10100000 | 0 | 10 | 100001 | 111 | 111001 | 1000110 | 1001110 |
Color Harmonies of #EEEAA0
Complementary color
Monochromatic Colors of #EEEAA0
Black with #EEEAA0
Text Example
Text Example
White with #EEEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAA0; }
p { color: rgb(238,234,160); }
H1.HeaderClassName
{
color: #EEEAA0;
}
.AnyTagClassName
{
color: #EEEAA0;
}
</style>
background-color css
<style>
a { background-color: #EEEAA0; }
a { background-color: rgb(238,234,160); }
div.DivClassName
{
background-color: #EEEAA0;
}
.BgClassName
{
background-color: #EEEAA0;
}
</style>
border-color css
<style>
span { border-color: #EEEAA0; }
span { border-color: rgb(238,234,160); }
td.TdClassName
{
border-color: #EEEAA0;
}
.TagClassName
{
border-color: #EEEAA0;
}
</style>