Shades of Portafino #EEE99D
Tints of Portafino #EEE99D
RGB
CMYK
RGB Variations
Color information
#EEE99D (or 0xEEE99D) is known color: Portafino. HEX triplet: EE, E9 and 9D. RGB value is (238,233,157). Sum of RGB (Red+Green+Blue) = 238+233+157=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE99D is #111662. Grayscale: #E2E2E2. Windows color (decimal): -1119843 or 10349038. OLE color: 10349038.
HSL color Cylindrical-coordinate representation of color #EEE99D: hue angle of 56.3º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEE99D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 157 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.07 |
| HSL | 56.3º | 0.7% | 0.77% | - |
| HSV(B) | 56.3º | 0.34% | 0.93% | - |
| XYZ | 70.48 | 78.89 | 43.41 | - |
| YUV | 225.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 157 | 0 | 0.02 | 0.34 | 0.07 | 56.3 | 0.7 | 0.77 |
| Hex | EE | E9 | 9D | 0 | 2 | 22 | 7 | 38 | 46 | 4D |
| Octal | 356 | 351 | 235 | 0 | 2 | 42 | 7 | 70 | 106 | 115 |
| Binary | 11101110 | 11101001 | 10011101 | 0 | 10 | 100010 | 111 | 111000 | 1000110 | 1001101 |
Color Harmonies of #EEE99D
Complementary color
Monochromatic Colors of #EEE99D
Black with #EEE99D
Text Example
Text Example
White with #EEE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE99D; }
p { color: rgb(238,233,157); }
H1.HeaderClassName
{
color: #EEE99D;
}
.AnyTagClassName
{
color: #EEE99D;
}
</style>
background-color css
<style>
a { background-color: #EEE99D; }
a { background-color: rgb(238,233,157); }
div.DivClassName
{
background-color: #EEE99D;
}
.BgClassName
{
background-color: #EEE99D;
}
</style>
border-color css
<style>
span { border-color: #EEE99D; }
span { border-color: rgb(238,233,157); }
td.TdClassName
{
border-color: #EEE99D;
}
.TagClassName
{
border-color: #EEE99D;
}
</style>