Shades of Portafino #EEE997
Tints of Portafino #EEE997
RGB
CMYK
RGB Variations
Color information
#EEE997 (or 0xEEE997) is known color: Portafino. HEX triplet: EE, E9 and 97. RGB value is (238,233,151). Sum of RGB (Red+Green+Blue) = 238+233+151=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 151 (59.38% from 255 or 24.28% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE997 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE997 is #111668. Grayscale: #E1E1E1. Windows color (decimal): -1119849 or 9955822. OLE color: 9955822.
HSL color Cylindrical-coordinate representation of color #EEE997: hue angle of 56.55º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEE997 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 151 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.07 |
| HSL | 56.55º | 0.72% | 0.76% | - |
| HSV(B) | 56.55º | 0.37% | 0.93% | - |
| XYZ | 69.98 | 78.69 | 40.78 | - |
| YUV | 225.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 151 | 0 | 0.02 | 0.37 | 0.07 | 56.55 | 0.72 | 0.76 |
| Hex | EE | E9 | 97 | 0 | 2 | 25 | 7 | 39 | 48 | 4C |
| Octal | 356 | 351 | 227 | 0 | 2 | 45 | 7 | 71 | 110 | 114 |
| Binary | 11101110 | 11101001 | 10010111 | 0 | 10 | 100101 | 111 | 111001 | 1001000 | 1001100 |
Color Harmonies of #EEE997
Complementary color
Monochromatic Colors of #EEE997
Black with #EEE997
Text Example
Text Example
White with #EEE997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE997; }
p { color: rgb(238,233,151); }
H1.HeaderClassName
{
color: #EEE997;
}
.AnyTagClassName
{
color: #EEE997;
}
</style>
background-color css
<style>
a { background-color: #EEE997; }
a { background-color: rgb(238,233,151); }
div.DivClassName
{
background-color: #EEE997;
}
.BgClassName
{
background-color: #EEE997;
}
</style>
border-color css
<style>
span { border-color: #EEE997; }
span { border-color: rgb(238,233,151); }
td.TdClassName
{
border-color: #EEE997;
}
.TagClassName
{
border-color: #EEE997;
}
</style>