Shades of Portafino #EEED9E
Tints of Portafino #EEED9E
RGB
CMYK
RGB Variations
Color information
#EEED9E (or 0xEEED9E) is known color: Portafino. HEX triplet: EE, ED and 9E. RGB value is (238,237,158). Sum of RGB (Red+Green+Blue) = 238+237+158=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 158 (62.11% from 255 or 24.96% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED9E is #111261. Grayscale: #E4E4E4. Windows color (decimal): -1118818 or 10415598. OLE color: 10415598.
HSL color Cylindrical-coordinate representation of color #EEED9E: hue angle of 59.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEED9E is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 158 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.07 |
| HSL | 59.25º | 0.7% | 0.78% | - |
| HSV(B) | 59.25º | 0.34% | 0.93% | - |
| XYZ | 71.72 | 81.21 | 44.24 | - |
| YUV | 228.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 158 | 0 | 0.00 | 0.34 | 0.07 | 59.25 | 0.7 | 0.78 |
| Hex | EE | ED | 9E | 0 | 0 | 22 | 7 | 3B | 46 | 4E |
| Octal | 356 | 355 | 236 | 0 | 0 | 42 | 7 | 73 | 106 | 116 |
| Binary | 11101110 | 11101101 | 10011110 | 0 | 0 | 100010 | 111 | 111011 | 1000110 | 1001110 |
Color Harmonies of #EEED9E
Complementary color
Monochromatic Colors of #EEED9E
Black with #EEED9E
Text Example
Text Example
White with #EEED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED9E; }
p { color: rgb(238,237,158); }
H1.HeaderClassName
{
color: #EEED9E;
}
.AnyTagClassName
{
color: #EEED9E;
}
</style>
background-color css
<style>
a { background-color: #EEED9E; }
a { background-color: rgb(238,237,158); }
div.DivClassName
{
background-color: #EEED9E;
}
.BgClassName
{
background-color: #EEED9E;
}
</style>
border-color css
<style>
span { border-color: #EEED9E; }
span { border-color: rgb(238,237,158); }
td.TdClassName
{
border-color: #EEED9E;
}
.TagClassName
{
border-color: #EEED9E;
}
</style>