Shades of Portafino #EEE79A
Tints of Portafino #EEE79A
RGB
CMYK
RGB Variations
Color information
#EEE79A (or 0xEEE79A) is known color: Portafino. HEX triplet: EE, E7 and 9A. RGB value is (238,231,154). Sum of RGB (Red+Green+Blue) = 238+231+154=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE79A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE79A is #111865. Grayscale: #E0E0E0. Windows color (decimal): -1120358 or 10151918. OLE color: 10151918.
HSL color Cylindrical-coordinate representation of color #EEE79A: hue angle of 55º 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 #EEE79A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 154 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.07 |
| HSL | 55º | 0.71% | 0.77% | - |
| HSV(B) | 55º | 0.35% | 0.93% | - |
| XYZ | 69.67 | 77.66 | 41.89 | - |
| YUV | 224.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 154 | 0 | 0.03 | 0.35 | 0.07 | 55 | 0.71 | 0.77 |
| Hex | EE | E7 | 9A | 0 | 3 | 23 | 7 | 37 | 47 | 4D |
| Octal | 356 | 347 | 232 | 0 | 3 | 43 | 7 | 67 | 107 | 115 |
| Binary | 11101110 | 11100111 | 10011010 | 0 | 11 | 100011 | 111 | 110111 | 1000111 | 1001101 |
Color Harmonies of #EEE79A
Complementary color
Monochromatic Colors of #EEE79A
Black with #EEE79A
Text Example
Text Example
White with #EEE79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE79A; }
p { color: rgb(238,231,154); }
H1.HeaderClassName
{
color: #EEE79A;
}
.AnyTagClassName
{
color: #EEE79A;
}
</style>
background-color css
<style>
a { background-color: #EEE79A; }
a { background-color: rgb(238,231,154); }
div.DivClassName
{
background-color: #EEE79A;
}
.BgClassName
{
background-color: #EEE79A;
}
</style>
border-color css
<style>
span { border-color: #EEE79A; }
span { border-color: rgb(238,231,154); }
td.TdClassName
{
border-color: #EEE79A;
}
.TagClassName
{
border-color: #EEE79A;
}
</style>