Shades of Portafino #EEE998
Tints of Portafino #EEE998
RGB
CMYK
RGB Variations
Color information
#EEE998 (or 0xEEE998) is known color: Portafino. HEX triplet: EE, E9 and 98. RGB value is (238,233,152). Sum of RGB (Red+Green+Blue) = 238+233+152=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 152 (59.77% from 255 or 24.40% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE998 is #111667. Grayscale: #E1E1E1. Windows color (decimal): -1119848 or 10021358. OLE color: 10021358.
HSL color Cylindrical-coordinate representation of color #EEE998: hue angle of 56.51º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEE998 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 152 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.07 |
| HSL | 56.51º | 0.72% | 0.76% | - |
| HSV(B) | 56.51º | 0.36% | 0.93% | - |
| XYZ | 70.07 | 78.72 | 41.21 | - |
| YUV | 225.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 152 | 0 | 0.02 | 0.36 | 0.07 | 56.51 | 0.72 | 0.76 |
| Hex | EE | E9 | 98 | 0 | 2 | 24 | 7 | 39 | 48 | 4C |
| Octal | 356 | 351 | 230 | 0 | 2 | 44 | 7 | 71 | 110 | 114 |
| Binary | 11101110 | 11101001 | 10011000 | 0 | 10 | 100100 | 111 | 111001 | 1001000 | 1001100 |
Color Harmonies of #EEE998
Complementary color
Monochromatic Colors of #EEE998
Black with #EEE998
Text Example
Text Example
White with #EEE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE998; }
p { color: rgb(238,233,152); }
H1.HeaderClassName
{
color: #EEE998;
}
.AnyTagClassName
{
color: #EEE998;
}
</style>
background-color css
<style>
a { background-color: #EEE998; }
a { background-color: rgb(238,233,152); }
div.DivClassName
{
background-color: #EEE998;
}
.BgClassName
{
background-color: #EEE998;
}
</style>
border-color css
<style>
span { border-color: #EEE998; }
span { border-color: rgb(238,233,152); }
td.TdClassName
{
border-color: #EEE998;
}
.TagClassName
{
border-color: #EEE998;
}
</style>