Shades of Portafino #EEE79E
Tints of Portafino #EEE79E
RGB
CMYK
RGB Variations
Color information
#EEE79E (or 0xEEE79E) is known color: Portafino. HEX triplet: EE, E7 and 9E. RGB value is (238,231,158). Sum of RGB (Red+Green+Blue) = 238+231+158=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE79E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE79E is #111861. Grayscale: #E1E1E1. Windows color (decimal): -1120354 or 10414062. OLE color: 10414062.
HSL color Cylindrical-coordinate representation of color #EEE79E: hue angle of 54.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEE79E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 158 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.07 |
| HSL | 54.75º | 0.7% | 0.78% | - |
| HSV(B) | 54.75º | 0.34% | 0.93% | - |
| XYZ | 70.01 | 77.8 | 43.67 | - |
| YUV | 224.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 158 | 0 | 0.03 | 0.34 | 0.07 | 54.75 | 0.7 | 0.78 |
| Hex | EE | E7 | 9E | 0 | 3 | 22 | 7 | 37 | 46 | 4E |
| Octal | 356 | 347 | 236 | 0 | 3 | 42 | 7 | 67 | 106 | 116 |
| Binary | 11101110 | 11100111 | 10011110 | 0 | 11 | 100010 | 111 | 110111 | 1000110 | 1001110 |
Color Harmonies of #EEE79E
Complementary color
Monochromatic Colors of #EEE79E
Black with #EEE79E
Text Example
Text Example
White with #EEE79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE79E; }
p { color: rgb(238,231,158); }
H1.HeaderClassName
{
color: #EEE79E;
}
.AnyTagClassName
{
color: #EEE79E;
}
</style>
background-color css
<style>
a { background-color: #EEE79E; }
a { background-color: rgb(238,231,158); }
div.DivClassName
{
background-color: #EEE79E;
}
.BgClassName
{
background-color: #EEE79E;
}
</style>
border-color css
<style>
span { border-color: #EEE79E; }
span { border-color: rgb(238,231,158); }
td.TdClassName
{
border-color: #EEE79E;
}
.TagClassName
{
border-color: #EEE79E;
}
</style>