Shades of Portafino #EEE798
Tints of Portafino #EEE798
RGB
CMYK
RGB Variations
Color information
#EEE798 (or 0xEEE798) is known color: Portafino. HEX triplet: EE, E7 and 98. RGB value is (238,231,152). Sum of RGB (Red+Green+Blue) = 238+231+152=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 152 (59.77% from 255 or 24.48% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE798 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE798 is #111867. Grayscale: #E0E0E0. Windows color (decimal): -1120360 or 10020846. OLE color: 10020846.
HSL color Cylindrical-coordinate representation of color #EEE798: hue angle of 55.12º 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 #EEE798 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 152 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.07 |
| HSL | 55.12º | 0.72% | 0.76% | - |
| HSV(B) | 55.12º | 0.36% | 0.93% | - |
| XYZ | 69.5 | 77.6 | 41.02 | - |
| YUV | 224.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 152 | 0 | 0.03 | 0.36 | 0.07 | 55.12 | 0.72 | 0.76 |
| Hex | EE | E7 | 98 | 0 | 3 | 24 | 7 | 37 | 48 | 4C |
| Octal | 356 | 347 | 230 | 0 | 3 | 44 | 7 | 67 | 110 | 114 |
| Binary | 11101110 | 11100111 | 10011000 | 0 | 11 | 100100 | 111 | 110111 | 1001000 | 1001100 |
Color Harmonies of #EEE798
Complementary color
Monochromatic Colors of #EEE798
Black with #EEE798
Text Example
Text Example
White with #EEE798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE798; }
p { color: rgb(238,231,152); }
H1.HeaderClassName
{
color: #EEE798;
}
.AnyTagClassName
{
color: #EEE798;
}
</style>
background-color css
<style>
a { background-color: #EEE798; }
a { background-color: rgb(238,231,152); }
div.DivClassName
{
background-color: #EEE798;
}
.BgClassName
{
background-color: #EEE798;
}
</style>
border-color css
<style>
span { border-color: #EEE798; }
span { border-color: rgb(238,231,152); }
td.TdClassName
{
border-color: #EEE798;
}
.TagClassName
{
border-color: #EEE798;
}
</style>