Shades of Portafino #EEE799
Tints of Portafino #EEE799
RGB
CMYK
RGB Variations
Color information
#EEE799 (or 0xEEE799) is known color: Portafino. HEX triplet: EE, E7 and 99. RGB value is (238,231,153). Sum of RGB (Red+Green+Blue) = 238+231+153=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 153 (60.16% from 255 or 24.60% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE799 is #111866. Grayscale: #E0E0E0. Windows color (decimal): -1120359 or 10086382. OLE color: 10086382.
HSL color Cylindrical-coordinate representation of color #EEE799: hue angle of 55.06º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEE799 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 153 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.07 |
| HSL | 55.06º | 0.71% | 0.77% | - |
| HSV(B) | 55.06º | 0.36% | 0.93% | - |
| XYZ | 69.59 | 77.63 | 41.45 | - |
| YUV | 224.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 153 | 0 | 0.03 | 0.36 | 0.07 | 55.06 | 0.71 | 0.77 |
| Hex | EE | E7 | 99 | 0 | 3 | 24 | 7 | 37 | 47 | 4D |
| Octal | 356 | 347 | 231 | 0 | 3 | 44 | 7 | 67 | 107 | 115 |
| Binary | 11101110 | 11100111 | 10011001 | 0 | 11 | 100100 | 111 | 110111 | 1000111 | 1001101 |
Color Harmonies of #EEE799
Complementary color
Monochromatic Colors of #EEE799
Black with #EEE799
Text Example
Text Example
White with #EEE799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE799; }
p { color: rgb(238,231,153); }
H1.HeaderClassName
{
color: #EEE799;
}
.AnyTagClassName
{
color: #EEE799;
}
</style>
background-color css
<style>
a { background-color: #EEE799; }
a { background-color: rgb(238,231,153); }
div.DivClassName
{
background-color: #EEE799;
}
.BgClassName
{
background-color: #EEE799;
}
</style>
border-color css
<style>
span { border-color: #EEE799; }
span { border-color: rgb(238,231,153); }
td.TdClassName
{
border-color: #EEE799;
}
.TagClassName
{
border-color: #EEE799;
}
</style>