Shades of Portafino #EEE89B
Tints of Portafino #EEE89B
RGB
CMYK
RGB Variations
Color information
#EEE89B (or 0xEEE89B) is known color: Portafino. HEX triplet: EE, E8 and 9B. RGB value is (238,232,155). Sum of RGB (Red+Green+Blue) = 238+232+155=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE89B is #111764. Grayscale: #E1E1E1. Windows color (decimal): -1120101 or 10217710. OLE color: 10217710.
HSL color Cylindrical-coordinate representation of color #EEE89B: hue angle of 55.66º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEE89B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 155 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.07 |
| HSL | 55.66º | 0.71% | 0.77% | - |
| HSV(B) | 55.66º | 0.35% | 0.93% | - |
| XYZ | 70.03 | 78.26 | 42.42 | - |
| YUV | 225.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 155 | 0 | 0.03 | 0.35 | 0.07 | 55.66 | 0.71 | 0.77 |
| Hex | EE | E8 | 9B | 0 | 3 | 23 | 7 | 38 | 47 | 4D |
| Octal | 356 | 350 | 233 | 0 | 3 | 43 | 7 | 70 | 107 | 115 |
| Binary | 11101110 | 11101000 | 10011011 | 0 | 11 | 100011 | 111 | 111000 | 1000111 | 1001101 |
Color Harmonies of #EEE89B
Complementary color
Monochromatic Colors of #EEE89B
Black with #EEE89B
Text Example
Text Example
White with #EEE89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE89B; }
p { color: rgb(238,232,155); }
H1.HeaderClassName
{
color: #EEE89B;
}
.AnyTagClassName
{
color: #EEE89B;
}
</style>
background-color css
<style>
a { background-color: #EEE89B; }
a { background-color: rgb(238,232,155); }
div.DivClassName
{
background-color: #EEE89B;
}
.BgClassName
{
background-color: #EEE89B;
}
</style>
border-color css
<style>
span { border-color: #EEE89B; }
span { border-color: rgb(238,232,155); }
td.TdClassName
{
border-color: #EEE89B;
}
.TagClassName
{
border-color: #EEE89B;
}
</style>