Shades of Portafino #EEED9F
Tints of Portafino #EEED9F
RGB
CMYK
RGB Variations
Color information
#EEED9F (or 0xEEED9F) is known color: Portafino. HEX triplet: EE, ED and 9F. RGB value is (238,237,159). Sum of RGB (Red+Green+Blue) = 238+237+159=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 159 (62.5% from 255 or 25.08% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED9F is #111260. Grayscale: #E4E4E4. Windows color (decimal): -1118817 or 10481134. OLE color: 10481134.
HSL color Cylindrical-coordinate representation of color #EEED9F: hue angle of 59.24º 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 #EEED9F is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 159 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.07 |
| HSL | 59.24º | 0.7% | 0.78% | - |
| HSV(B) | 59.24º | 0.33% | 0.93% | - |
| XYZ | 71.8 | 81.25 | 44.7 | - |
| YUV | 228.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 159 | 0 | 0.00 | 0.33 | 0.07 | 59.24 | 0.7 | 0.78 |
| Hex | EE | ED | 9F | 0 | 0 | 21 | 7 | 3B | 46 | 4E |
| Octal | 356 | 355 | 237 | 0 | 0 | 41 | 7 | 73 | 106 | 116 |
| Binary | 11101110 | 11101101 | 10011111 | 0 | 0 | 100001 | 111 | 111011 | 1000110 | 1001110 |
Color Harmonies of #EEED9F
Complementary color
Monochromatic Colors of #EEED9F
Black with #EEED9F
Text Example
Text Example
White with #EEED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED9F; }
p { color: rgb(238,237,159); }
H1.HeaderClassName
{
color: #EEED9F;
}
.AnyTagClassName
{
color: #EEED9F;
}
</style>
background-color css
<style>
a { background-color: #EEED9F; }
a { background-color: rgb(238,237,159); }
div.DivClassName
{
background-color: #EEED9F;
}
.BgClassName
{
background-color: #EEED9F;
}
</style>
border-color css
<style>
span { border-color: #EEED9F; }
span { border-color: rgb(238,237,159); }
td.TdClassName
{
border-color: #EEED9F;
}
.TagClassName
{
border-color: #EEED9F;
}
</style>