Shades of Portafino #EEEDA0
Tints of Portafino #EEEDA0
RGB
CMYK
RGB Variations
Color information
#EEEDA0 (or 0xEEEDA0) is known color: Portafino. HEX triplet: EE, ED and A0. RGB value is (238,237,160). Sum of RGB (Red+Green+Blue) = 238+237+160=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEDA0 is #11125F. Grayscale: #E4E4E4. Windows color (decimal): -1118816 or 10546670. OLE color: 10546670.
HSL color Cylindrical-coordinate representation of color #EEEDA0: hue angle of 59.23º 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 #EEEDA0 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 160 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.07 |
| HSL | 59.23º | 0.7% | 0.78% | - |
| HSV(B) | 59.23º | 0.33% | 0.93% | - |
| XYZ | 71.89 | 81.28 | 45.16 | - |
| YUV | 228.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 160 | 0 | 0.00 | 0.33 | 0.07 | 59.23 | 0.7 | 0.78 |
| Hex | EE | ED | A0 | 0 | 0 | 21 | 7 | 3B | 46 | 4E |
| Octal | 356 | 355 | 240 | 0 | 0 | 41 | 7 | 73 | 106 | 116 |
| Binary | 11101110 | 11101101 | 10100000 | 0 | 0 | 100001 | 111 | 111011 | 1000110 | 1001110 |
Color Harmonies of #EEEDA0
Complementary color
Monochromatic Colors of #EEEDA0
Black with #EEEDA0
Text Example
Text Example
White with #EEEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDA0; }
p { color: rgb(238,237,160); }
H1.HeaderClassName
{
color: #EEEDA0;
}
.AnyTagClassName
{
color: #EEEDA0;
}
</style>
background-color css
<style>
a { background-color: #EEEDA0; }
a { background-color: rgb(238,237,160); }
div.DivClassName
{
background-color: #EEEDA0;
}
.BgClassName
{
background-color: #EEEDA0;
}
</style>
border-color css
<style>
span { border-color: #EEEDA0; }
span { border-color: rgb(238,237,160); }
td.TdClassName
{
border-color: #EEEDA0;
}
.TagClassName
{
border-color: #EEEDA0;
}
</style>